Empire3
Problem
Agent 513! One of your dastardly colleagues is laughing very sinisterly! Can you access his todo list and discover his nefarious plans? https://2019shell1.picoctf.com/problem/45132/ (link) or http://2019shell1.picoctf.com:45132
Solution
Create an account and sign in
Use EditThisCookieto get flask session cookie
Create a todo of
{{config}}
and get the flaskSECRET_KEY
variable (used for encoding session cookies)Paste
SECRET_KEY
intosecret_key
variable of attached scriptPaste flask cookie into
regular_user_cookie
variable of attached scriptRun script to decode cookie and paste into
cookie_dict
variableChange
"user_id": "x"
to"user_id": "2"
Run script again and change cookie to the new cookie
Reload the page and the flag should be given
Example Output
Flag
picoCTF{cookies_are_a_sometimes_food_8038d44f}
Last updated