SMB Version -FP fix

patch-1
pussycat0x 2024-03-14 15:42:01 +05:30 committed by GitHub
parent c1728652ce
commit 6b47f70c5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ javascript:
let response = c.ConnectSMBInfoMode(Host, Port); let response = c.ConnectSMBInfoMode(Host, Port);
Export(response); Export(response);
matchers:
- type: dsl
dsl:
- "len(smb-version) != 0"
args: args:
Host: "{{Host}}" Host: "{{Host}}"
Port: "445" Port: "445"