burp总是抓到mozilla等无用的数据包

方法一

针对火狐浏览器的解决方法

1.在firefox(火狐浏览器)地址栏中输入:

about:config

2.然后出现搜索框,搜索以下内容,双击设置成false即可。

network.captive-portal-service.enabled
network.connectivity-service.enabled

3.请求:incoming.telemetry.mozilla.org

about:preferences#privacy
Firefox 数据收集与使用-取消勾选

其他参考:
https://support.mozilla.org/en-US/kb/how-stop-firefox-making-automatic-connections

方法二

该方法是通用的方法,通过设置burpsuite的拦截规则来实现。

添加规则

规则如下:
(mozilla.com$|firefox.com$|firefoxchina.cn$|shodan.io$|mozilla.org$|firefox.com.cn$|mozilla.net&|baidu.com&)

不拦截请求域名以mozilla.com、firefox.com、firefoxchina.cn为结尾的请求。

posted @ 2021-05-19 18:19  rab3it  阅读(6498)  评论(0)    收藏  举报