Compare commits

..

2 Commits

Author SHA1 Message Date
3912c48a97
feat: add a missing flag 2025-10-18 18:25:23 +02:00
91b910077d
fix: init submodule before update 2025-10-18 18:25:10 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ PHONY += theme
theme: themes/nostyleplease/README.md
themes/nostyleplease/README.md:
git submodule init
git submodule update
PHONY += build

View File

@ -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