Connection Information
Launch ChallengeObjective
Bypass the login form using SQL injection to retrieve the admin flag.
Scenario
You discover a login portal for a company's internal admin panel. The form looks vulnerable to SQL injection. Your mission is to exploit this vulnerability to gain unauthorized access and capture the flag.
Hints
Hint 1
Try testing the input fields with special characters like single quotes
Hint 2
Think about how SQL queries are constructed for authentication
Hint 3
The classic ` OR 1=1-- ` might be your friend here