-
Clone this repository
git clone https://github.com/aqhmal/mysql_bruteforce.git
-
Install mysqlclient library using pip
pip3 install mysqlclient
-
Run the script
python3 mysql.py --host <domain or ip> --pass <file containing passwords>
You can check other options by using -h
parameter.
Note: This tool is for educational purpose only. If you use this tool for any illegal activity, I will not be responsible for any damage or loss.