This is the internal directory system of RiRiLa Company, a common enterprise system backed by a database. You can input an employee ID to retrieve related information. Use this system to practice SQL Injection techniques.
In real-world scenarios, you may not know the names of tables or columns. You can rely on luck or leverage database features to discover table and column names.
The treasure is stored in tables starting with secret_
. Go find it!
INFORMATION_SCHEMA
, which can reveal valuable information about the database structure.INFORMATION_SCHEMA
to uncover table and column names, especially those starting with secret_.