mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
Enable SMB by default by moving scripts from policy/ to base/
This commit is contained in:
parent
7fdf621a1d
commit
a04c76c035
33 changed files with 633 additions and 552 deletions
5
scripts/base/protocols/smb/dpd.sig
Normal file
5
scripts/base/protocols/smb/dpd.sig
Normal file
|
@ -0,0 +1,5 @@
|
|||
signature dpd_smb {
|
||||
ip-proto == tcp
|
||||
payload /^....[\xfe\xff]SMB/
|
||||
enable "smb"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue