mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add @load-sigs directive for loading signature files (addresses #551).
This commit is contained in:
parent
c5ae071500
commit
dd4dd0ca6e
12 changed files with 67 additions and 13 deletions
|
@ -25,7 +25,7 @@ redef Software::vulnerable_versions += {
|
|||
@load frameworks/software/version-changes
|
||||
|
||||
# This adds signatures to detect cleartext forward and reverse windows shells.
|
||||
redef signature_files += "frameworks/signatures/detect-windows-shells.sig";
|
||||
@load-sigs frameworks/signatures/detect-windows-shells
|
||||
|
||||
# Uncomment the following line to begin receiving (by default hourly) emails
|
||||
# containing all of your notices.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue