mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 18:26:00 +00:00
10 lines
200 B
Bash
10 lines
200 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='Clickjacking'
|
|
URI='/'
|
|
METHOD='GET'
|
|
MATCH='X-Frame-Options'
|
|
SEVERITY='P4 - LOW'
|
|
CURL_OPTS="--user-agent '' -s -I"
|
|
SECONDARY_COMMANDS=''
|
|
GREP_OPTIONS='-i'
|
|
SEARCH="negative" |