题目地址

[GKCTF2020]cve版签到
[GKCTF2020]cve版签到
在线googlecve-2020-7066
[GKCTF2020]cve版签到

在低于7.2.29的PHP版本7.2.x,低于7.3.16的7.3.x和低于7.4.4的7.4.x中,将get_headers()与用户提供的URL一起使用时,如果URL包含零(\ 0)字符,则 URL将被静默地截断。 这可能会导致某些软件对get_headers()的目标做出错误的假设,并可能将某些信息发送到错误的服务器。

貌似是get_headers()函数可以被%00截断
测试payload:?url=http://127.0.0.1%00.ctfhub.com

按照提示在Host的最后八位使用123
[GKCTF2020]cve版签到
?url=http://127.0.0.123%00.ctfhub.com

[GKCTF2020]cve版签到

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-12
  • 2021-12-08
  • 2021-11-29
  • 2021-11-28
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-25
  • 2021-10-02
  • 2021-12-29
  • 2021-11-13
  • 2021-10-27
相关资源
相似解决方案