题目链接:http://123.206.87.240:8002/post/

题解:

WEB_web基础$_POST

通过查看题目信息,通过post传入一个参数what,如果what的值等于flag,即打印出flag,即用POST方式传参数what=flag即可

$_POST传参是在消息体中的,因此我们需要工具来传入。工具链接:https://www.sojson.com/httpRequest/

WEB_web基础$_POST

 

 点击发送,即得到flag

WEB_web基础$_POST

flag为:flag{bugku_get_ssseint67se}

 

注:通过火狐浏览器的HackBar插件,也可提交post参数

WEB_web基础$_POST

 

相关文章: