Back to challengesolution_viewer.sh
Hackemon 2.0 Writeup
Silph Co Secrets
solution.md|27 lines(498 B)
#COOKIE MONSTER — SOLUTION
-
Open the challenge website.
-
Click login
-
Open Developer Tools: Go to the “Application” tab Open “Cookies”
-
Observe the existing cookies: role = guest session_level = 1
-
The page hints mention: only administrators may access the VIP archive clearance level 5 required
-
Modify the cookies: role = admin session_level = 5
-
Refresh or visit: /vip
-
The server now grants admin access
