How to add a cookie to my browser?
I currently am in the programming challenge Picoctf. On one of the
challenges, I have to access a website however the site says I am not
authorized to view the page. Naturally, I looked through the source code
and found:
DEBUG: Expected Cookie: "authorization=administrator"
Then it shows the actual received cookie. So my question is how can I
change what cookie I send to the website so that
authorization=administrator? (BTW, i'm not too sure if the browser matters
but I am using google chrome).
The link to the website is HERE.
No comments:
Post a Comment