This is the employee verification system of RiRiLa Company. By entering an employee's name, you can confirm whether they are an employee of RiRiLa. Use this system to practice SQL Injection techniques.
Unlike some systems that display detailed data, this system only indicates whether the input corresponds to an employee. You must leverage this binary output to extract information.
Your goal is to retrieve the result of the query SELECT flag FROM flag
, where the flag content is the solution to this challenge.
Boolean-based
approach, where the true/false
output can be used to infer information.AND
or OR
) to deduce the flag content character by character.