Description:
- Although the challenge’s title mentions JavaScript, it’s not necessary (unless you’re using a browser from the ’90s)…
Requirements:
- Basic knowledge of Cookies & knowing how to manipulate them with your browser.
Hints:
- Take a look at the Cookies this challenge’s page saves in your browser.
Difficulty: Easy.
Points: 50
Challenge Link: https://www.hackthissite.org/missions/basic/10
Forum Link:
Solution:
The challenge’s page is saving two cookies:
HackThisSite
: used as a passwordlevel10_authorized
: set tono
. So we change it toyes
and submit the password that we got from theHackThisSite
cookie.
Happy Hacking