Compare commits

..

No commits in common. "3912c48a97b069a261e32a3cb49b41eecfb8b1ca" and "b243dd38be477c6c6776508d840f43f9aa0f1a47" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@ PHONY += theme
theme: themes/nostyleplease/README.md theme: themes/nostyleplease/README.md
themes/nostyleplease/README.md: themes/nostyleplease/README.md:
git submodule init
git submodule update git submodule update
PHONY += build 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 : 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: `flag{sqlite_union_based_injection_success}` Flag: I didn't keep it :/
### Store ### Store