HoneyProxy 的替代品(将请求转储到类似结构的目录中)?

A replacement for HoneyProxy (dumping requests into a directory like structure)?

我正在寻找一个 HTTP/HTTPS 代理,它能够将请求转储到类似结构的目录中。例如,如果我请求 example.com/path/example.html,example.html 将存储在我本地磁盘的 somedir/example.com/path/example.html 中.我知道 Honeyproxy 提供此功能,但它有一个错误,目前不适用于我的代码。其他 HTTP/HTTPS 代理,如 mite、burp、node-mitm-proxy,...只转储流量本身,不给我们请求的目录结构。 那么你能给我推荐任何其他具有此功能的代理吗?

您应该可以将 mitmproxy 与 https://github.com/mitmproxy/mitmproxy/blob/integrate_honeyproxy/scripts/core/dirdumper.py

一起使用