mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-18 05:15:59 +00:00
10 lines
245 B
Bash
10 lines
245 B
Bash
if [ "$SSL" = "false" ]; then
|
|
AUTHOR='@xer0dayz'
|
|
VULN_NAME='Clear-Text Protocol - HTTP'
|
|
FILENAME="$LOOT_DIR/web/headers-http-$TARGET-*.txt"
|
|
MATCH="200\ OK"
|
|
SEVERITY='P2 - HIGH'
|
|
GREP_OPTIONS='-i'
|
|
SEARCH='positive'
|
|
SECONDARY_COMMANDS=''
|
|
fi |