mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-18 00:56:00 +00:00
9 lines
201 B
Bash
9 lines
201 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='SMBv1 Enabled'
|
|
FILENAME="$LOOT_DIR/output/nmap-$TARGET-*.txt"
|
|
MATCH="SMBv1"
|
|
SEVERITY='P3 - MEDIUM'
|
|
GREP_OPTIONS='-i'
|
|
SEARCH='positive'
|
|
SECONDARY_COMMANDS=''
|
|
TYPE="network" |