This project demonstrates how weak numeric passwords can be detected in a controlled lab environment.
- Generates 4-digit numeric passwords
- Sends POST requests to login form
- Detects weak password patterns
pip install -r requirements.txt
python login_tester.py
- HTTP POST automation
- Password strength awareness
- Basic security testing concepts