From 3912c48a97b069a261e32a3cb49b41eecfb8b1ca Mon Sep 17 00:00:00 2001 From: Nemo D'ACREMONT Date: Sat, 18 Oct 2025 18:25:23 +0200 Subject: [PATCH] feat: add a missing flag --- content/writeups/StarHack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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