mitmproxy/examples/contrib
2022-11-29 14:27:35 +01:00
..
webscanner_helper use Python 3.9+ typing 2022-04-26 13:53:23 +02:00
all_markers.py
block_dns_over_https.py switch to stdlib logging 2022-09-17 17:28:35 +02:00
change_upstream_proxy.py cleanup mitmproxy.connection, introduce dataclass-based serialization 2022-11-21 01:27:31 +01:00
check_ssl_pinning.py
custom_next_layer.py switch to stdlib logging 2022-09-17 17:28:35 +02:00
dns_spoofing.py
domain_fronting.py autoflake --in-place **/*.py 2022-04-26 13:52:46 +02:00
full_transparency_shim.c
har_dump.py add websocket messages in HAR file (#5663) 2022-10-21 02:44:01 +02:00
http_manipulate_cookies.py Improve http_manipulate_cookies.py example (#5578) 2022-09-11 15:58:29 +02:00
httpdump.py switch to stdlib logging 2022-09-17 17:28:35 +02:00
jsondump.py switch to stdlib logging 2022-09-17 17:28:35 +02:00
link_expander.py
mitmproxywrapper.py add autofix.ci 2022-11-29 14:27:35 +01:00
modify_body_inject_iframe.py
ntlm_upstream_proxy.py switch to stdlib logging 2022-09-17 17:28:35 +02:00
README.md add wsreplay.py, close #5012 2022-03-30 15:14:29 +02:00
remote-debug.py
save_streamed_data.py switch to stdlib logging 2022-09-17 17:28:35 +02:00
search.py switch to stdlib logging 2022-09-17 17:28:35 +02:00
sslstrip.py autoflake --in-place **/*.py 2022-04-26 13:52:46 +02:00
suppress_error_responses.py
test_har_dump.py
test_jsondump.py
test_xss_scanner.py switch to stdlib logging 2022-09-17 17:28:35 +02:00
tls_passthrough.py switch to stdlib logging 2022-09-17 17:28:35 +02:00
xss_scanner.py switch to stdlib logging 2022-09-17 17:28:35 +02:00

Community-Contributed Examples

Examples in this directory are contributed by the mitmproxy community.
If you developed something thats useful for a wider audience, please add it here!

Additional Examples Hosted Externally

  • wsreplay.py: a simple tool to replay WebSocket streams

Maintenance

⚠️ The examples in this directory are not actively maintained by the core developers.

We welcome PRs that add/fix/modernize/clean up code.