Skip to content

Latest commit

 

History

History

The Videogame

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

The Videogame

PROBLEM

One fine day,Rocket Raccoon found the video game that Groot was so obsessed with.Unfortunately,Groot had set a password on it. In the password hint,he had provided link to a website. Raccoon could not find anything in the website. Can you help him find it, so that he can play the videogame?

HINT

click here

SOLUTION

As you can see that the hint takes you to HTTP cookie wiki page that means it has to do something with cookies. So Just open the developers tool in your browser and reload the page and then in storage section of the developer tools you'll see a cookie with name user which is set to unknown.

Okay we have the cookie now but how will this be helpful? well if you noticed that as you visit the given link it written I am gROOT see that capitalization on ROOT that means this will give acess to ROOT so just change the user: unknown in the cookie we found to user: ROOT and reload the page.

Flag - GLUG{I_@m_7r55t}