GET aHEAD
Find the flag being held on this server to get ahead of the competition http://mercury.picoctf.net:53554/
Maybe you have more than 2 choices
Check out tools like Burpsuite to modify your requests and look at the responses
Let's look at the requests in the Proxy > HTTP history
tab in Burpsuite.
![](https://kunalwalavalkar.gitbook.io/~gitbook/image?url=https%3A%2F%2F1586847736-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FtSZ40gLWhBDTzPEgHsVB%252Fuploads%252FrV0O3yMoG8HmoSIG3MJM%252F1.png%3Falt%3Dmedia%26token%3D891dd7b2-89c2-49c5-a254-468b9c473b5d&width=768&dpr=4&quality=100&sign=37b3402a&sv=2)
We can see that the request sent on clicking the Red
button is a GET request while the one sent on clicking the Blue
button is a POST request.
We can now send either one of these requests to the Repeater
and modify the request.
HTTP request
We changed the request method to HEAD which asks for a response identical to that of a GET request, but without the response body.
Let's send this request.
![](https://kunalwalavalkar.gitbook.io/~gitbook/image?url=https%3A%2F%2F1586847736-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FtSZ40gLWhBDTzPEgHsVB%252Fuploads%252F2BEGdYiW2NPYUYiGa3AO%252F2.png%3Falt%3Dmedia%26token%3D59a13bbb-aa28-455f-9e44-f092041f8c4a&width=768&dpr=4&quality=100&sign=ae3f8943&sv=2)
Flag
Last updated
Was this helpful?