SQL Injection Demo — Login Bypass
🔓 Vulnerable
Sign In
Acme Corp Employee Portal
Username
Password
Sign In
Try these payloads in the username field:
Classic bypass:
admin' OR '1'='1' --
Union-based:
' UNION SELECT * FROM users --
Normal login:
john
Generated SQL Query
Submit the form to see the generated query...