如何通过 ZAP 在 Burp 中使用蜘蛛?

How to use spider in Burp through ZAP?

版本 2.x 的 Burp 社区版没有 scanning/spidering 作为免费选项。

是否可以使用 ZAP 作为代理在 Burp Community Edition 中使用爬虫?

  1. 打开 ZAP 并转到 Options > Local Proxies 并将其设置为 localhost:8081(例如)。
  2. 转到 Firefox 连接设置并为同一端口设置代理:

  1. 启动 Burp Community Edition 并转到 Proxy > Options 选项卡并验证 Burp 正在侦听 localhost:8080

  1. 现在回到 ZAP 并在 Options > Connection > Use Proxy Chain 中检查 Use an outgoing proxy server 并填写 Burp 的端口设置:

  1. 如果您现在在 Firefox 中访问目标页面,它将同时显示在 ZAP 和 Burp 仪表板中。但是现在您可以通过右键单击该站点并选择 Attack > Spider 来使用 ZAP 的爬网选项,结果页面也会显示在 Burp 中。

来源:找到了 here