Compare commits
2 Commits
b243dd38be
...
3912c48a97
Author | SHA1 | Date | |
---|---|---|---|
3912c48a97 | |||
91b910077d |
1
Makefile
1
Makefile
@ -11,6 +11,7 @@ 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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user