mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
hash-all-files.bro depends on base/files/hash
This commit is contained in:
parent
ab57c72251
commit
aa8f56c2bd
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
##! Perform MD5 and SHA1 hashing on all files.
|
##! Perform MD5 and SHA1 hashing on all files.
|
||||||
|
|
||||||
|
@load base/files/hash
|
||||||
|
|
||||||
event file_new(f: fa_file)
|
event file_new(f: fa_file)
|
||||||
{
|
{
|
||||||
Files::add_analyzer(f, Files::ANALYZER_MD5);
|
Files::add_analyzer(f, Files::ANALYZER_MD5);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue