Merge branch 'feature-branch-20240309142342' of https://github.com/projectdiscovery/nuclei-templates into feature-branch-20240309142342
commit
d0ee26f82f
|
@ -17,15 +17,15 @@ javascript:
|
|||
let response = c.ConnectSMBInfoMode(Host, Port);
|
||||
Export(response);
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "len(smb-version) != 0"
|
||||
|
||||
args:
|
||||
Host: "{{Host}}"
|
||||
Port: "445"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "len(smb-version) != 0"
|
||||
|
||||
extractors:
|
||||
- type: json
|
||||
name: smb-version
|
||||
|
|
Loading…
Reference in New Issue