burpsuite 配置xray代理
首先 xray 建立起 webscan 的监听
1 | .\xray_windows_amd64.exe webscan --listen 127.0.0.1:7777 --html-output output.html |
使用该命令建立起监听
进入 Burp 后,打开 User options 标签页,然后找到 Upstream Proxy Servers 设置。
点击 Add 添加上游代理以及作用域,Destination host处可以使用*匹配多个任意字符串,?匹配单一任意字符串,而上游代理的地址则填写 xray 的监听地址。
如果需要抓取https流量则需要brup以及xray都安装https证书。
xray生成证书
1 | .\xray.exe geca |