GET aHEAD
Description
Find the flag being held on this server to get ahead of the competition http://mercury.picoctf.net:21939/
Hints
Hint(s)
- Maybe you have more than 2 choices
- Check out tools like Burpsuite to modify your requests and look at the responses
Step(s)
- One way to accomplish this is to use the command:
curl -I http://mercury.picoctf.net:21939/index.php - Another option is
wget --spider --server-response http://mercury.picoctf.net:21939/ - You could also use burpsuite or OWASP ZAP
Flag
Flag
picoCTF{r3j3ct_th3_du4l1ty_6ef27873}