Files
UltyScan/templates/active/Robots.txt_Detected.sh

9 lines
224 B
Bash

AUTHOR='@xer0dayz'
VULN_NAME='Robots.txt Detected'
URI='/robots.txt'
METHOD='GET'
MATCH='Disallow\:|Allow\:|Sitemap\:'
SEVERITY='P5 - INFO'
CURL_OPTS="--user-agent '' -s -L --insecure"
SECONDARY_COMMANDS=''
GREP_OPTIONS='-i'