Search code examples
directorydumphttp-proxymitmproxyburp

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


I'm looking for a HTTP/HTTPS proxy with the capability of dumping the requests into a directory like structure. For example if I request example.com/path/example.html, example.html will be stored in a somedir/example.com/path/example.html in my local disk. I know that Honeyproxy provides this feature, but it has a bug that currently doesn't work with my code. Other HTTP/HTTPS proxies like mite, burp, node-mitm-proxy,... only dump the traffic itself and don't give us a directory structure of the requests. So would you please suggest me any other proxy that has this feature?


Solution

  • You should be able to use mitmproxy with https://github.com/mitmproxy/mitmproxy/blob/integrate_honeyproxy/scripts/core/dirdumper.py