This repository contains a simple Python-based login form tester. The tool is designed for educational purposes and authorized security testing only.
It automatically detects password input fields and performs testing using a provided wordlist. Supports both single target mode and bulk scanning mode.
- Single target mode
- Bulk scanning using URL list file
- Automatic password field detection
- Response length comparison (baseline method)
- Redirect & cookie detection
- Lightweight CLI interface
- Python 3.9+
- requests
- beautifulsoup4
- colorama
git clone https://github.com/snapdowgg/Shell-Bruter cd Shell-Bruter
python main.py
~$ single [url]: https://target.com/webshellmasbro.php [pw]: wordlist.txt
~$ massive [url-list]: list.txt [pw]: wordlist.txt
Successful attempts will be saved into:
cracked.txt
- Fetch target HTML page
- Automatically detect password field
- Send baseline request with random password
- Compare response length difference
- Detect redirect or set-cookie header
For educational and authorized security testing purposes only.
The author is not responsible for misuse, illegal activity, or any damage caused by this tool. Always obtain proper authorization before testing any system.