A python script for bruteforce logins with csrf token input
Examples:
python3 CSRFBrute.py -l admin -P /path/to/wordlist.txt -u http://loginpage.com/index.php -m "Your credentials are incorrect." -c csrf_token
csrf_token
is the name of the input of csrf token:
<input name="csrf_token" value="5cc55535e3577b3564a28cb093b64f92" type="hidden">
- multithread bruteforce