Level 03 · Blind Boolean Injection

Extract data without seeing it

This endpoint just tells you whether a user with the given ID exists — yes or no. No data leaks visibly. But you can still extract information by asking yes/no questions, one bit at a time. Recover admin's password.

!
Objective
Determine the length of admin's password and recover its first character — using only true/false oracle responses.
Loading SQLite engine