This lab contains a SQL injection vulnerability.
The application uses a tracking cookie for analytics and performs a SQL query using the cookie value.
โ ๏ธ The SQL query results are not returned directly, but the server might leak information through error messages (e.g., type conversion or syntax errors).
๐ The database contains a table called users with the following columns:
usernamepassword๐ต๏ธโโ๏ธ Find and leak the password of the administrator user, then log in using their credentials.
๐ The vulnerable parameter is:
TrackingId
๐ก There is no direct response from the server reflecting the results of our injection, but: