* v8.7 - Added CVE-2020-7048 - WP Database Reset 3.15 Unauthenticated Database Reset * v8.7 - Fixed F- detection in Wordpress Sc0pe templates * v8.7 - Added CVE-2020-11530 - Wordpress Chop Slider 3 Plugin SQL Injection * v8.7 - Added CVE-2019-11580 - Atlassian Crowd Data Center Unauthenticated RCE
9 lines
222 B
Bash
9 lines
222 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='Directory Listing Enabled'
|
|
URI='/'
|
|
METHOD='GET'
|
|
MATCH="Index\ of|To\ Parent\ Directory"
|
|
SEVERITY='P4 - LOW'
|
|
CURL_OPTS="--user-agent '' -s -L --insecure"
|
|
SECONDARY_COMMANDS=''
|
|
GREP_OPTIONS='-i' |