mhils / HoneyProxy

This project is now part of @mitmproxy.
https://github.com/mitmproxy/mitmproxy/
MIT License
198 stars 43 forks source link

Flush dump data after exit #78

Closed ghost closed 9 years ago

ghost commented 9 years ago

Is there any way to flush dump data saved on disk every time I run the proxy?

mhils commented 9 years ago

Hi @redraw,

what data do you mean?

Cheers, Max

mhils commented 9 years ago

Hi there,

there is usually no temp data saved while sniffing the web. We have some temp files for certs and for the Python interpreter if you're using the Windows executable, but that's it.

Cheers, Max

ghost commented 9 years ago

Sorry, but I mean the "dump" folder where honeyproxy.py is, am I crazy? :walking:

mhils commented 9 years ago

Ah, I see. You need to remove the --dump-dir ... and -w ... lines from default.conf.

Cheers, Max

ghost commented 9 years ago

thanks for your time