Julian220197/brute_force_login
GitHub: Julian220197/brute_force_login
Stars: 0 | Forks: 0
BruteForce Login Tool
A simple yet effective Python script for brute-forcing login pages using response length analysis.
Features
Response length detection technique
Persistent HTTP session
Proper error handling
Configurable delay (rate limiting)
Clean and informative console output
Realistic User-Agent
Installation
pip install requests
Usage
Create a `passwords.txt` file with one password per line.
Update the configuration section at the bottom of `bruteforce_login.py`.
Run the script:
python bruteforce_login.py
Legal & Ethical Warning
This tool is for educational purposes and authorized penetration testing only.
Using this script on websites without explicit permission is illegal in most countries (including Israel).
The author is not responsible for any misuse.
Disclaimer
Use at your own risk.