Skip to content

1uffyD9/loginBrute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages