WPScan is a WordPress security scanner for finding vulnerabilities, weak passwords, and exposed files.
wpscan --url http://target.com
wpscan --url http://target.com --enumerate
wpscan --url http://target.com --enumerate u
wpscan --url http://target.com --enumerate p
wpscan --url http://target.com --enumerate t
wpscan --url http://target.com --enumerate vp
wpscan --url http://target.com --enumerate vt
wpscan --url http://target.com --enumerate ap
wpscan --url http://target.com --passwords rockyou.txt --usernames admin
wpscan --url http://target.com --passwords rockyou.txt --usernames users.txt
wpscan --url http://target.com --passwords rockyou.txt --enumerate u
wpscan --url http://target.com -U admin -P rockyou.txt -t 20
wpscan --url http://target.com --api-token TOKEN
wpscan --url http://target.com --proxy http://127.0.0.1:8080
wpscan --url http://target.com --detection-mode aggressive
wpscan --url http://target.com -o report.json -f json
wpscan --url http://target.com --http-auth admin:password
wpscan --url http://target.com --cookie "wordpress_logged_in=TOKEN"
wpscan --url http://target.com --random-user-agent