mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2025-02-16 12:08:24 +00:00
.. | ||
ReadMe.md |
BsidesCTF-EZ Bake Oven
This challenge was part of Warmup and it was difficult . I send like an hour to figure out what to do with it. Anyways
![](https://imgur.com/THjmYiF.png)
Now we see Magic Cookies
is fishy here
![](https://imgur.com/cDK7oFr.png)
But as you can see it's gonna take forever to timeout. So I looked at the dev tools
![](https://imgur.com/TqViuIU.png)
Thought about modifying the cookie , You can see that it is base64 encoded text by looking at=
on the end.
![](https://imgur.com/EHyYsw6.png)
Modify the cookie by changing a date way back so timer ends.
![](https://imgur.com/insw9jq.png)
Take the modified cookie's base64 encoded text and replace it with the cookie in the dev tools then refresh the page
![](https://imgur.com/GsVuDQd.png)