mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 22:46:00 +00:00
8 lines
238 B
Bash
8 lines
238 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='Insecure Cookie - HTTPOnly Not Set'
|
|
FILENAME="$LOOT_DIR/web/headers-htt*-$TARGET-*.txt"
|
|
MATCH='Set-Cookie'
|
|
SEVERITY='P3 - MEDIUM'
|
|
GREP_OPTIONS='-i'
|
|
SEARCH='positive'
|
|
SECONDARY_COMMANDS=' | egrep -iv httponly' |