1uffyD9 / loginBrute

Python3 script to bruteforce on login page where having CSRF token validation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

loginBrute

Python3 script to Bruteforce on login page where having csrf token validation. Any suggestions, feedback, Pull requests and comments are welcome!

Installation

$ 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

Syntax

$ 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

Screenshot

image

About

Python3 script to bruteforce on login page where having CSRF token validation


Languages

Language:Python 100.0%