Files
Sn1per/templates/active/Sitemap.xml_Detected.sh
@xer0dayz 1a96b105db * v8.7 - Updated web file bruteforce lists
* v8.7 - Added updated Slack API integration/notifications
* v8.7 - Added Arachni, Nikto, Nessus, NMap + 20 passive sc0pe vulnerability parsers
2020-09-14 08:25:38 -07:00

9 lines
205 B
Bash

AUTHOR='@xer0dayz'
VULN_NAME='Sitemap.xml Detected'
URI='/sitemap.xml'
METHOD='GET'
MATCH='<?xml\ '
SEVERITY='P5 - INFO'
CURL_OPTS="--user-agent '' -s -L --insecure"
SECONDARY_COMMANDS=''
GREP_OPTIONS='-i'