Back to Challenges
Web
Easy
Active

SQL Injection Playground

A vulnerable login portal that will teach you the fundamentals of SQL injection attacks. Can you bypass authentication and retrieve the hidden flag?

100points
234solves
October 1, 2024
SQL InjectionAuthentication BypassWeb Security
SQL Injection Playground

Connection Information

Launch Challenge

Objective

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