GET aHEAD

March 13, 2025

Problem Description

*Find the flag being held on this server to get ahead of the competition http://mercury.picoctf.net:21939/


Tools Used

  • Burp Suite

Solution Steps

  1. Viewing the source code of the web page
    I saw that if the http method is get the background color is red and if the http method post the color is blue. I noticed some thing interesting the name of the challenge is get aHEAD so let’s try the HEAD method and see what happens.

    Local Authority Image 1

    Hope that you found this useful.


Categories: