Typically, we use input fields on website forms to inject SQL.

Do you know how it looks behind the scenes when sending a login form? Let's find out!

See that? The form uses SQL to check the user's account in the database. That's valuable information!

We are trying to select the user who is logging in right?