MySQL Authentication Bypass - The classic
This one is the classic mysql injection challenge.
Your mission is easy: Login yourself as admin.
Again you are given the sourcecode, also as highlighted version.
Enjoy!
__________
Username:|__________|
__________
Password:|__________|
Login
Solution:
- Use SQL Injection to pass this challenge!
Username = admin' or '1'='1;
Password = 1234 - Login and it's done!