Skip to main content

Posts

Showing posts with the label cookies

Natas 5 Writeup: Cookies

URL: http://natas5.natas.labs.overthewire.org Open the Website: Inspect Cookies using Developer Console: Open the developer console, navigate to the "Application" tab, and select "Cookies." There is a cookie with the name loggedin Cookie Manipulation: Change the value of the loggedin cookie to 1 .   Refresh the page. Access Granted: Voila! With the manipulated cookie, access is granted.   Proceed to the next level with the acquired password.   ______________________________________ NthApostle