题目链接: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

 

相关文章:

  • 2021-05-24
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
  • 2021-07-18
猜你喜欢
  • 2021-09-29
  • 2021-05-16
  • 2021-08-07
  • 2021-08-09
  • 2021-06-21
相关资源
相似解决方案