PicoCTF web challenge - get_ahead
Two options
When you look in to HTML file you can see two different option the ‘GET’ / ‘POST’
┌─[visith@parrot]─[~/Desktop/CTF/picoctf/get_ahead]
└──╼ $curl -I http://mercury.picoctf.net:47967/ 'GET'
HTTP/1.1 200 OK
flag: picoCTF{r3j3ct_th3_du4l1ty_cca66bd3}
Content-type: text/html; charset=UTF-8
curl: (6) Could not resolve host: GET
┌─[✗]─[visith@parrot]─[~/Desktop/CTF/picoctf/get_ahead]
└──╼ $curl -I http://mercury.picoctf.net:47967/ 'POST'
HTTP/1.1 200 OK
flag: picoCTF{r3j3ct_th3_du4l1ty_cca66bd3}
Content-type: text/html; charset=UTF-8
curl: (6) Could not resolve host: POST