Python3 script to Bruteforce on login page where having csrf token validation. Any suggestions, feedback, Pull requests and comments are welcome!
$ git clone https://github.com/1uffyD9/loginBrute.git
$ cd loginBrute
$ pip3 install -r requirements.txt
$ chmod +x loginBrute.py
$ ln -sf `pwd`/loginBrute.py /usr/local/bin/loginBrute
$ loginBrute -h
$ loginBrute -t token_name -m post -d 'username=$U&password=$P&submitLogin=submit::incorrect.' -l http://localhost/index.php -p /usr/share/wordlists/rockyou.txt -U admin