mitmproxy/examples/contrib
Stanley Good cb1c824255
Add har export addon (#6252)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Hils <git@maximilianhils.com>
2023-07-27 19:37:06 +00:00
..
import_har Add har export addon (#6252) 2023-07-27 19:37:06 +00:00
webscanner_helper disallow bare except statements (#6017) 2023-03-26 13:57:48 +00:00
all_markers.py [autofix.ci] apply automated fixes 2022-11-29 13:28:41 +00:00
block_dns_over_https.py [autofix.ci] apply automated fixes 2022-11-29 13:28:41 +00:00
change_upstream_proxy.py [autofix.ci] apply automated fixes 2022-11-29 13:28:41 +00:00
check_ssl_pinning.py [autofix.ci] apply automated fixes 2022-11-29 13:28:41 +00:00
custom_next_layer.py [autofix.ci] apply automated fixes 2022-11-29 13:28:41 +00:00
dns_spoofing.py update api for sni call (#6077) 2023-04-22 12:48:24 +02:00
domain_fronting.py [autofix.ci] apply automated fixes 2023-02-27 08:37:11 +01:00
full_transparency_shim.c restructure examples 2020-06-23 16:00:14 +02:00
har_dump.py Bump install-pinned/black from 9101a4d68e870eaaaae21c412d1d879b93c9afcb to 13c8a20eb904ba800c87f0b34ccfd932ac2ff81d (#5899) 2023-02-01 23:08:09 +00:00
http_manipulate_cookies.py [autofix.ci] apply automated fixes 2023-02-27 08:37:11 +01:00
httpdump.py [autofix.ci] apply automated fixes 2022-11-29 13:28:41 +00:00
jsondump.py [autofix.ci] apply automated fixes 2022-11-29 13:28:41 +00:00
link_expander.py Bump install-pinned/black from 9101a4d68e870eaaaae21c412d1d879b93c9afcb to 13c8a20eb904ba800c87f0b34ccfd932ac2ff81d (#5899) 2023-02-01 23:08:09 +00:00
mitmproxywrapper.py Add enhancements for contrib/mitmproxywrapper.py (#5883) 2023-01-18 09:02:04 +01:00
modify_body_inject_iframe.py [autofix.ci] apply automated fixes 2022-11-29 13:28:41 +00:00
ntlm_upstream_proxy.py [autofix.ci] apply automated fixes 2023-02-27 08:37:11 +01:00
README.md add wsreplay.py, close #5012 2022-03-30 15:14:29 +02:00
remote-debug.py [autofix.ci] apply automated fixes 2022-11-29 13:28:41 +00:00
save_streamed_data.py [autofix.ci] apply automated fixes 2022-11-29 13:28:41 +00:00
search.py [autofix.ci] apply automated fixes 2022-11-29 13:28:41 +00:00
sslstrip.py [autofix.ci] apply automated fixes 2022-11-29 13:28:41 +00:00
suppress_error_responses.py [autofix.ci] apply automated fixes 2022-11-29 13:28:41 +00:00
test_har_dump.py Add har export addon (#6252) 2023-07-27 19:37:06 +00:00
test_jsondump.py [autofix.ci] apply automated fixes 2022-11-29 13:28:41 +00:00
test_xss_scanner.py Bump install-pinned/black from 9101a4d68e870eaaaae21c412d1d879b93c9afcb to 13c8a20eb904ba800c87f0b34ccfd932ac2ff81d (#5899) 2023-02-01 23:08:09 +00:00
tls_passthrough.py Fix server addr issue in tls_passthrough example. (#5904) 2023-02-07 09:57:24 +01:00
xss_scanner.py [autofix.ci] apply automated fixes 2023-02-27 08:37:11 +01: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.