mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-18 00:56:00 +00:00
UltyScan Documentation Overhaul
This commit is contained in:
23
templates/passive/web/Clickjacking.sh
Normal file
23
templates/passive/web/Clickjacking.sh
Normal file
@@ -0,0 +1,23 @@
|
||||
if [ -f $LOOT_DIR/web/headers-http-$TARGET.txt ]; then
|
||||
if [ "$SSL" = "false" ]; then
|
||||
AUTHOR='@xer0dayz'
|
||||
VULN_NAME='Clickjacking HTTP'
|
||||
FILENAME="$LOOT_DIR/web/headers-http-$TARGET.txt"
|
||||
MATCH="x-frame-options"
|
||||
SEVERITY='P4 - LOW'
|
||||
GREP_OPTIONS='-i'
|
||||
SEARCH='negative'
|
||||
SECONDARY_COMMANDS=''
|
||||
URI=""
|
||||
else
|
||||
AUTHOR='@xer0dayz'
|
||||
VULN_NAME='Clickjacking HTTPS'
|
||||
FILENAME="$LOOT_DIR/web/headers-https-$TARGET.txt"
|
||||
MATCH="x-frame-options"
|
||||
SEVERITY='P4 - LOW'
|
||||
GREP_OPTIONS='-i'
|
||||
SEARCH='negative'
|
||||
SECONDARY_COMMANDS=''
|
||||
URI=""
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user