My friend finally upgraded the security on his website; however he forgot his password again. He remembered that his username is admin
, but he needs to get into the site without his password.
- Read about SQL Injection. This article is pretty helpful.
- Try typing
'
in the password field and using the error message to help debug your code.
Look at the writeup here.