🔓 Vulnerable Login System
VULNERABLEThis login form is vulnerable to SQL injection. Try to bypass authentication without knowing the password.
📋 Generated SQL Query
SELECT * FROM users
WHERE username = 'admin'
AND password = ''