This Lab03 SQL of Network Security lecture of Lancaster University
The following usernames were leaked from the website: shaggy, phineas, and mordecai
The SQL statement for login check is
SELECT * FROM users WHERE (username = 'YOUR_USERNAME_HERE') AND (password = 'YOUR_PASSWORD_HERE')