mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Include timestamp in default extracted file names.
And add a policy script to extract all files. BIT-1335 #close
This commit is contained in:
parent
6fbceb6a98
commit
0b957cbe75
8 changed files with 40 additions and 14 deletions
8
scripts/policy/frameworks/files/extract-all-files.bro
Normal file
8
scripts/policy/frameworks/files/extract-all-files.bro
Normal file
|
@ -0,0 +1,8 @@
|
|||
##! Extract all files to disk.
|
||||
|
||||
@load base/files/extract
|
||||
|
||||
event file_new(f: fa_file)
|
||||
{
|
||||
Files::add_analyzer(f, Files::ANALYZER_EXTRACT);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue