mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-18 13:55:59 +00:00
9 lines
273 B
Bash
9 lines
273 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='Default Credentials - BruteX'
|
|
FILENAME="$LOOT_DIR/credentials/brutex-$TARGET.txt $LOOT_DIR/credentials/brutex-$TARGET-*.txt"
|
|
MATCH="password\:\ "
|
|
SEVERITY='P1 - CRITICAL'
|
|
GREP_OPTIONS='-i'
|
|
SEARCH='positive'
|
|
SECONDARY_COMMANDS=''
|
|
TYPE="network" |