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.
