Breakout - Unleash the Flag
Description :
You find yourself locked within an environment where you are equipped with only what you bring. Your mission is to find creative ways to break free from the restrictions and ultimately obtain the coveted flag.
Solution
Looking at the source code, there are 2 comments which say
User-Agentneeds to beAnish Mitraandcookieneeds to be What KPMG stands for .This can be done by intercepting the request using burpsuite and changing the
User-Agentand setting thecookievalues.User-Agent: Anish Mitracookie: Klynveld Peat Marwick GoerdelerWe have to give a command in the text-box provided
Typing
lsshows us the directory listing and there is aflag.txtfile in there.changing the command to
cat flag.txtin the request gives us the flag.
Last updated