Skip to main content

Natas 5 Writeup: Cookies

URL: http://natas5.natas.labs.overthewire.org

Open the Website:



Inspect Cookies using Developer Console:

  1. Open the developer console, navigate to the "Application" tab, and select "Cookies."
  2. There is a cookie with the name loggedin

Cookie Manipulation:

  1. Change the value of the loggedin cookie to 1.


     

  2. Refresh the page.


Access Granted:

  • Voila! With the manipulated cookie, access is granted.


 

Proceed to the next level with the acquired password.

 

______________________________________

NthApostle

 

Comments