Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

Add button to stop/start recording #3

Open
mhils opened this issue Apr 24, 2016 · 1 comment
Open

Add button to stop/start recording #3

mhils opened this issue Apr 24, 2016 · 1 comment

Comments

@mhils
Copy link
Member

mhils commented Apr 24, 2016

Turn flow recording on and off via a single button click.

@mhils
Copy link
Member Author

mhils commented Apr 28, 2016

This is actually more difficult than one may would expect:

  1. If we just shut down the proxy in regular mode, all clients will just fail.
  2. We could just turn on --ignore .*. In regular mode, unencrypted http:// requests would still go through mitmproxy then though (see http://docs.mitmproxy.org/en/latest/features/passthrough.html#explicithttp)
  3. We could process stuff as normal, but just don't store flows on the Python side. This would still break certificate pinning.
  4. We could do a combination of 2+3, but that doesn't make things less complex.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant