Challenge 3: SQL (High Difficulty)
For this challenge, you will need to log in again as the site administrator, but this time he changed his password and is now using a SQL database to store his password. Use what you’ve learned so far to login and get the flag.
Hint: the administrator’s username is the same as in the last challenge, only his password has changed.
Question 1: Here is an example of what the SQL command used by this login might look like: “SELECT password FROM passwordTable _______ password = userInput”
Fill in the blank with the correct SQL syntax.
Challenge 3: Find the flag and input the answer.