Multi-Threaded-BruteForcer is a script that automates a brute-force attack on a login page.
Multi threaded requests
Dictionary based attacks
Login's with CSRF tokens
Install requirements :
pip install -r Requirements.txt
To get a list of the options to use :
python BruteForcer.py -h
To run the script (Example) :
python BruteForcer.py -u http://localhost/login.php -correct "Welcome" -wrong "Wrong username/password" -user admin --dict "pass.txt" -g -userField username -passField password