Wordpress
Manual enumeration
wpscan
Enumerating users
wpscan --url https://target.tld/ --enumerate u
wpscan --url example.com -e u
wpscan --url https://target.tld/ --enumerate u1-100Brute force
wpscan --url example.com -e u --passwords /path/to/password_file.txtwpscan --url example.com --passwords /usr/share/wordlists/rockyou.txt --usernames admin --max-threads 50Scanning plugins
Enumeration modes
Other enumeration options
Last updated