mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 22:46:00 +00:00
9 lines
223 B
Bash
9 lines
223 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='Subover Takeover Detected'
|
|
FILENAME="$LOOT_DIR/nmap/subover-$TARGET.txt"
|
|
MATCH="Takeover\ Possible"
|
|
SEVERITY='P2 - HIGH'
|
|
GREP_OPTIONS='-i'
|
|
SEARCH='positive'
|
|
SECONDARY_COMMANDS=''
|
|
TYPE="network" |