WordPress
Related
nmap
nmap -p80 --script http-wordpress-enum --script-args check-latest=true,root=/wordpress -vvv <ip>nmap -p80 --script http-wordpress-users --script-args basepath=/wp/,limit=100 -vvv <ip>nmap -sV --script http-wordpress-brute --script-args uri=/wp/wp-login.php -vvv <ip>User enum
curl http://<host>/index.php/wp-json/wp/v2/usersWPScan
Interesting files
Install reverse shell plugin (authenticated)
Last updated