WordPress
Discovery
# Version in meta tag
curl -s http://TARGET | grep 'content="WordPress'
# Version in readme
curl -s http://TARGET/readme.html
# Login page
/wp-login.php
/wp-admin/WPScan Enumeration
# Basic scan
wpscan --url http://TARGET
# Enumerate users
wpscan --url http://TARGET --enumerate u
# Enumerate plugins
wpscan --url http://TARGET --enumerate p
# Enumerate vulnerable plugins
wpscan --url http://TARGET --enumerate vp
# Aggressive plugin detection
wpscan --url http://TARGET --enumerate p --plugins-detection aggressiveBrute Force (WPScan)
Theme Editor RCE (Authenticated)
Metasploit RCE
Vulnerable Plugins
mail-masta LFI (unauthenticated)
wpDiscuz RCE (CVE-2020-24186)
Important Paths
Path
Description
Config File Locations
Last updated