get传参+post传参结合,了解shal()加密,类似于md5

CTF-各种绕过

点击进去直接给出源码,进行阅读,得知需要get传参id,uname;post传参passwd。要求uname!=passwd,但shal(uname)==shal(passwd),资料可得shal类似ma5,只对字符串加密,不对数组加密,id=margin

综上使用火狐插件HackBar进行传参设置

Get传参:http://123.206.87.240:8002/web7/?id=margin&&uname[]=1

Post传参:passwd[]=2

CTF-各种绕过

获得flag

 

当然也可以burpsuite抓包传参

CTF-各种绕过

相关文章:

  • 2021-06-15
  • 2021-11-17
  • 2022-01-02
  • 2022-12-23
  • 2021-10-09
  • 2022-12-23
  • 2021-06-10
  • 2022-03-09
猜你喜欢
  • 2022-01-22
  • 2022-12-23
  • 2021-07-17
  • 2021-07-06
  • 2022-12-23
  • 2022-01-08
相关资源
相似解决方案