mitmproxy/examples/complex
Mickaël Schoentgen 3a2d7bb119 Fix several DeprecationWarning: invalid escape sequence
Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr>
2019-01-05 23:37:48 +01:00
..
change_upstream_proxy.py
dns_spoofing.py Corrected keep_host_header usage option 2018-10-25 16:15:55 -05:00
dup_and_replay.py View API slightly extended; codebase cleaned in some points 2018-06-13 11:56:14 +02:00
full_transparency_shim.c
har_dump.py
mitmproxywrapper.py
nonblocking.py
README.md
remote_debug.py
sslstrip.py Fix several DeprecationWarning: invalid escape sequence 2019-01-05 23:37:48 +01:00
stream.py
stream_modify.py
tcp_message.py
tls_passthrough.py
websocket_inject_message.py
xss_scanner.py Fix several DeprecationWarning: invalid escape sequence 2019-01-05 23:37:48 +01:00

Complex Examples

Filename Description
change_upstream_proxy.py Dynamically change the upstream proxy.
dns_spoofing.py Use mitmproxy in a DNS spoofing scenario.
dup_and_replay.py Duplicates each request, changes it, and then replays the modified request.
full_transparency_shim.c Setuid wrapper that can be used to run mitmproxy in full transparency mode, as a normal user.
har_dump.py Dump flows as HAR files.
mitmproxywrapper.py Bracket mitmproxy run with proxy enable/disable on OS X
nonblocking.py Demonstrate parallel processing with a blocking script
remote_debug.py This script enables remote debugging of the mitmproxy UI with PyCharm.
sslstrip.py sslstrip-like functionality implemented with mitmproxy
stream.py Enable streaming for all responses.
stream_modify.py Modify a streamed response body.
tcp_message.py Modify a raw TCP connection
tls_passthrough.py Use conditional TLS interception based on a user-defined strategy.
xss_scanner.py Scan all visited webpages.