* v8.7 - Added updated Slack API integration/notifications * v8.7 - Added Arachni, Nikto, Nessus, NMap + 20 passive sc0pe vulnerability parsers
9 lines
205 B
Bash
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' |