Skip to content

A customizable Python-based Brute Force tool supporting Sniper, Cluster Bomb and PitchFork attack modes. For educational and penetration testing purposes only.

License

Notifications You must be signed in to change notification settings

AntorDOS/PyBrute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

PyBrute πŸ”

A customizable Python-based Brute Force Tool designed for penetration testers and ethical hackers. Supports both Sniper Mode Cluster Bomb Mode and PitchFork Mode for login form brute-forcing.

⚠️ Disclaimer: This tool is for educational and authorized penetration testing purposes only. Do not use on unauthorized systems.


pybrute

πŸš€ Features

βœ… Sniper Mode (Single Username with Password Wordlist) βœ… Cluster Bomb Mode (Username Wordlist + Password Wordlist Combination) βœ… PitchFork Mode βœ… Customizable HTTP Request Parameters βœ… Easy to extend & modify βœ… Colored terminal output for better visibility


πŸ—οΈ Installation

git clone https://github.com/yourusername/PyBrute.git
cd PyBrute
pip install -r requirements.txt

πŸ”§ Usage

  chmod +x pybrute.py
  ./pybrute.py

πŸ“‚ Example Wordlists

userlist.txt

admin
root
test
user

passlist.txt

123456
password
admin
root

❗ Warning

This tool is made for learning, educational & authorized penetration testing only. Using this tool against systems without permission is illegal and unethical.


πŸ‘¨β€πŸ’» Author

Jahid Hasan GitHub Profile Linkedin Profile


πŸ“œ License

This project is licensed under the MIT License - see the LICENSE file for details.