码迷,mamicode.com
首页 > 其他好文 > 详细

做ctf时遇到的知识点——参数篇

时间:2020-02-20 15:26:37      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:file   文件内容   sha   false   bsp   set   处理   als   全局   

1.当flag在参数里时 可以尝试使用全局变量显示 ?hello=GLOBALS

2.当flag在文件里时 可以使用?hello=file("flag.php") 来显示文件内容

3.当要修改get为post时要更改接口 需要在包里添加 Content-Type:application/x-www-form-urlencoded;charset=utf-8

4.post传参时 所有字符要改成url编码

5.sha1只对字符型进行处理 数组返回false

 

做ctf时遇到的知识点——参数篇

标签:file   文件内容   sha   false   bsp   set   处理   als   全局   

原文地址:https://www.cnblogs.com/fungus399/p/12335522.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!