An educational, lab-only Flask security project demonstrating how weak authentication logic can be broken in practice. Includes an intentionally vulnerable local login page and a simulated brute-force attacker script to show credential stuffing, missing rate limits, and plain-text passwordsβpaired with concrete guidance on hardening real-world app.
-
Updated
Oct 1, 2025 - Python