ctf get post 传参 HackBar

get和post是http协议的两种基本请求方式
GET - 从指定的资源请求数据。
POST - 向指定的资源提交要被处理的数据
https://www.w3school.com.cn/tags/html_ref_httpmethods.asp
ctf get post 传参 HackBar_第1张图片
ctf get post 传参 HackBar_第2张图片
知乎上这篇更详细,关于get和post的区别
https://www.zhihu.com/question/28586791
web题中会遇到,比如攻防世界web中的get_post
ctf get post 传参 HackBar_第3张图片
ctf get post 传参 HackBar_第4张图片
get传参:url/?拼接内容
拼接后的链接为在这里插入图片描述
网页中出现第二条提示
ctf get post 传参 HackBar_第5张图片
post传参使用火狐插件HackBar,键盘F12调出控制台
ctf get post 传参 HackBar_第6张图片
HackBar更新后收费,2.1.3版本还可以使用,以下为安装教程:

ctf get post 传参 HackBar_第7张图片
务必去掉“自动更新附加组件”的勾选!!!
ctf get post 传参 HackBar_第8张图片
github打不开,文件很小
网盘链接:https://pan.baidu.com/s/1BK4D59ZJw2v1Ta399AIptw
提取码: q9c5
下载后为XPI文件,不需要解压
参考链接:
教程:https://mrxn.net/hacktools/617.html
下载链接:https://www.52pojie.cn/thread-1019472-1-1.html

你可能感兴趣的:(ctf get post 传参 HackBar)