Wordpress
1) Scan Wordpress for general information
wpscan --url http://domain.local/wordpress2) Enumerate users
wpscan --url http://domain.local/wordpress --enumerate u3) Enumerate all plugins
wpscan --url http://domain.local/wordpress --plugins-detection aggressive4) Password Attack
wpscan --url http://domain.local/wordpress --usernames USER --passwords /usr/share/wordlist/rockyou.txt5) Enumerate themes
wpscan --url http://domain.local/wordpress --enumerate tAdmin panel RCE (Requires Credentials)
1) Edit 404.php on Wordpress Theme Editor
Alternate method: Metasploit
2) Malicious Plugin Installation
Alternate Method
Configuration files that might contain credentials
1) wp-config.php
Last updated