Burp Suite抓包使用步骤[亲测有效]

(38) 2023-04-01 20:12

Hi,大家好,我是编程小6,很荣幸遇见你,我把这些年在开发过程中遇到的问题或想法写出来,今天说一说Burp Suite抓包使用步骤[亲测有效],希望能够帮助你!!!。

原创https://www.cnblogs.com/mihoutao/p/11690432.html
金龟子大战猕猴桃

Burp Suite抓包工具的操作步骤见安装步骤那篇博客

检查是否存在漏洞,就看拦截之后修改过的数据是否写进了数据库

举例一、上传文件

1、打开Burp.调整Proxy-Intercept-Intercept is on为‘Intercept is off’(拦截器开关)
Burp Suite抓包使用步骤[亲测有效]_https://bianchenghao6.com/blog__第1张
2、在火狐中打开需要拦截的网页,(比如同charlse博客里面写到的上传1.txt文件),点击上传文件按钮
Burp Suite抓包使用步骤[亲测有效]_https://bianchenghao6.com/blog__第2张
3、回到burp里面,将拦截器开关设置为Intercept is on
Burp Suite抓包使用步骤[亲测有效]_https://bianchenghao6.com/blog__第3张
4、再回到浏览器上传文件app.png,然后回到burp里面可以看到上传的情况,就像charles里面的Edit Request操作页面

目前发现的一个问题:burp上传材料会给数据库里面插入修改前和修改后2条数据,上传txt会有问题
Burp Suite抓包使用步骤[亲测有效]_https://bianchenghao6.com/blog__第4张

5、在空白的地方,右键——Send to Repeater
Burp Suite抓包使用步骤[亲测有效]_https://bianchenghao6.com/blog__第5张

6、进入Repeater模块,修改文件名app.png为app.aspx,点击上方的GO,在Response看结果
Burp Suite抓包使用步骤[亲测有效]_https://bianchenghao6.com/blog__第6张
Burp Suite抓包使用步骤[亲测有效]_https://bianchenghao6.com/blog__第7张
成功之后可以去数据库里面查看结果,这个和charles使用基本相同

举例二:密码加密处理
Burp Suite抓包使用步骤[亲测有效]_https://bianchenghao6.com/blog__第8张

举例三:暴力激活成功教程:看是否能通过系统的随机组合,获取到登录的用户名或密码,进到网站登录页面进行登录

Burp Suite抓包使用步骤[亲测有效]_https://bianchenghao6.com/blog__第9张

1、网站登录页面,burpsuite打卡拦截器后,网页点击确定登录,得到如下图
Burp Suite抓包使用步骤[亲测有效]_https://bianchenghao6.com/blog__第10张

2、点击Action——Send to Intruder
Burp Suite抓包使用步骤[亲测有效]_https://bianchenghao6.com/blog__第11张
3、点击Intruder模块
Burp Suite抓包使用步骤[亲测有效]_https://bianchenghao6.com/blog__第12张
4、点击Positions查看到如下页面:进行爆破参数的设置,比如我选择密码123,也可以选择其他参数,如果只选择其中一个参数,Attack type默认Sniper

Burp Suite抓包使用步骤[亲测有效]_https://bianchenghao6.com/blog__第13张
如果爆破参数为2到20个时Attack type选择Cluster bomb
Burp Suite抓包使用步骤[亲测有效]_https://bianchenghao6.com/blog__第14张
5、我这里只设置1个爆破参数,密码123:先清除所有的爆破参数Clear §——然后选中密码123——点击右侧的Add §
Burp Suite抓包使用步骤[亲测有效]_https://bianchenghao6.com/blog__第15张
6、Payloads中设置基本参数
Burp Suite抓包使用步骤[亲测有效]_https://bianchenghao6.com/blog__第16张
7、设置完之后点击Start attack

Burp Suite抓包使用步骤[亲测有效]_https://bianchenghao6.com/blog__第17张
8、爆破完成之后,会发现最终爆破的结果,只需要观察哪一行的长度和其他行不一样即可:点击Length即可,第一行为空的默认是拦截请求当中的参数(此时我设置的是正确的密码123),点击Length后,第2行就是正确的密码123,此时就获取到了正确的密码
Burp Suite抓包使用步骤[亲测有效]_https://bianchenghao6.com/blog__第18张

上一篇

已是最后文章

下一篇

已是最新文章

发表回复