* 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
207 B
Bash
9 lines
207 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='Wordpress Detected 1'
|
|
URI='/'
|
|
METHOD='GET'
|
|
MATCH="content\=\"WordPress"
|
|
SEVERITY='P5 - INFO'
|
|
CURL_OPTS="--user-agent '' -s -L --insecure"
|
|
SECONDARY_COMMANDS=''
|
|
GREP_OPTIONS='-i' |