ctfhub->web->web前置技能->HTTP协议->请求方式
题目
curl -v -X CTFHUB http://challenge-6727754c1652fd56.sandbox.ctfhub.com:10800/index.php
-X
-X参数指定 HTTP 请求的方法。
curl -X POST https://www.example.com
上面命令对https://www.example.com发出 POST 请求。
good job! ctfhub{f3621dc8127e82650bfea182}