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.
✅ 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
git clone https://github.com/yourusername/PyBrute.git
cd PyBrute
pip install -r requirements.txt
chmod +x pybrute.py
./pybrute.py
userlist.txt
admin
root
test
user
passlist.txt
123456
password
admin
root
This tool is made for learning, educational & authorized penetration testing only. Using this tool against systems without permission is illegal and unethical.
Jahid Hasan GitHub Profile Linkedin Profile
This project is licensed under the MIT License - see the LICENSE file for details.