SQL Injection

This behavior indicates that the application might be vulnerable to SQL injection.

code
SELECT *
FROM users
WHERE email = ''
AND password = ''
Application initialized. Awaiting login...