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.