9 lines
246 B
Bash
9 lines
246 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='MS SQL Reporting Server Detected 2'
|
|
URI='/Reports/Pages/Folder.aspx'
|
|
METHOD='GET'
|
|
MATCH='Microsoft\.Reporting'
|
|
SEVERITY='P5 - INFO'
|
|
CURL_OPTS="--user-agent '' -s -L --insecure"
|
|
SECONDARY_COMMANDS=''
|
|
GREP_OPTIONS='-i' |