Skip to content

Latest commit

 

History

History

Colour Cookie

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Colour Cookie

Going to the provided URL gives us the following panel

image

Key this to note here are :-

  • Blue is my favourite colour
  • We have an input box and a submit button

Lets try to provide some input let's say blue, we got nothing different and url looks like as below

  • http://<...>/check?name=blue

Let's take a look at source by inspecting image

Looking at index file don't gave any foothold

Looking at css file (base_cookie.css) and looking at end we get somthing suspecious image

Modifying the URl as

  • http://<...>/check?C0loR=blue

And we get the flag image

Hints with point values (cost) :-

  • Hint 1 :- The key is finding and value is the favourite thing....