Skip to content

A script that automates a brute-force attack on a login page

Notifications You must be signed in to change notification settings

JesusChrist69/Multi-Threaded-BruteForcer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Threaded-BruteForcer python python version

Multi-Threaded-BruteForcer is a script that automates a brute-force attack on a login page.

Functionalities

  • Multi threaded requests
  • Dictionary based attacks
  • Login's with CSRF tokens

Requirements

Install requirements :

pip install -r Requirements.txt

Usage

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

About

A script that automates a brute-force attack on a login page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%