Rating:

Uploaded by organizer - writeup created by challenge developer Sam Itman

## Solution Steps
* Open Chrome DevTools
* As the hint suggests, we will be exploring DevTools a bit deeper
* Navigate to the Application tab
* On the left side of the Application tab, go to Storage > Cookies
* Click on the website's URL to see the cookie data
* Flag: `jctf{I_WILL_BE_BACK_FOR_MORE_C00KI3S!}`

Original writeup (https://github.com/samitman/JerseyCTF_Challenges/blob/main/Solutions/put-the-cookie-down.md).