【发布时间】:2018-09-03 14:44:05
【问题描述】:
如何配置 Burp Suite Community v1.7.36 以同时捕获 http 和 https 流量?
测试环境:
- 操作系统:Windows 8 专业版
- 浏览器:谷歌浏览器 v68.0
- Burp 代理:burpsuite_community_windows-x64_v1_7_36.exe
按照@PortSwigger 的惊人video 来配置浏览器以使用 Burp,如下所示:
- Burp 配置快照:
浏览器配置包括
HTTP、Secure和FTP的设置。浏览器代理设置快照:
现在,当我手动尝试调用基于 http 的 url 时,例如http://testng.org/doc/maven 代理正在正确拦截 http GET 请求,我可以捕获以下内容:
GET /doc/maven.html HTTP/1.1
Host: testng.org
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Referer: http://testng.org/doc/
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Cookie: __utmz=37447461.1527604986.1.1.utmccn=(referral)|utmcsr=stackoverflow.com|utmcct=/|utmcmd=referral; __utmc=37447461; __utma=37447461.2068459366.1527604986.1535975911.1535984412.9; __utmb=37447461
Connection: close
但是当我尝试调用基于 https 的 url 时,例如https://www.facebook.com/我正面临您的连接不是私密的页面。
虽然浏览器配置包含HTTP和Secure的设置,是否还需要任何其他配置才能访问启用https的站点?
【问题讨论】:
-
@PortSwigger 非常感谢您的评论/链接。现在也能够拦截 HTTPS 流量。您想发表此评论作为答案,以造福未来的读者吗?
标签: security proxy windows-8 capture burp