diff --git a/content/writeups/StarHack.md b/content/writeups/StarHack.md index ac71046..df66a25 100644 --- a/content/writeups/StarHack.md +++ b/content/writeups/StarHack.md @@ -71,7 +71,7 @@ There are 3 tables : 'events', 'flag' and 'users'. We finally get the flag with the following request : `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