Merge branch 'feature-branch-20240309142342' of https://github.com/projectdiscovery/nuclei-templates into feature-branch-20240309142342

patch-1
pussycat0x 2024-03-14 16:23:05 +05:30
commit d0ee26f82f
1 changed files with 5 additions and 5 deletions

View File

@ -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