This behavior indicates that the application might be vulnerable to SQL injection.
➤code
SELECT *
FROM users
WHERE email = ''
AND password = ''
←
→
Application initialized. Awaiting login...
This behavior indicates that the application might be vulnerable to SQL injection.
➤SELECT *
FROM users
WHERE email = ''
AND password = ''
Application initialized. Awaiting login...