SMB Version -FP fix
parent
c1728652ce
commit
6b47f70c5c
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue