Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
KinoGadget's internal "Employee Access Portal" runs on a legacy authentication system. The lead developer is rumored to build dynamic SQL queries directly from user input — your mission is to see whether you can break in as the administrator.
The app likely concatenates your input directly into a SQL string
A single quote `'` might break the query syntax
SQL comments `--` can be used to ignore the rest of the query