mitmproxy/examples/simple
2020-04-04 15:36:13 +02:00
..
add_header_class.py extend mypy example/simple 2017-04-29 03:26:14 +05:30
add_header.py extend mypy example/simple 2017-04-29 03:26:14 +05:30
custom_contentview.py Hotkeys cleanup 2018-02-20 16:25:39 +02:00
custom_option.py add documentation for custom_option.py 2018-02-20 17:14:21 +01:00
filter_flows.py Fixing Typos 2018-05-13 17:31:20 -05:00
internet_in_mirror.py Replace upsidedown with mirror reflection 2018-02-25 21:17:08 +02:00
io_read_dumpfile.py fix mypy annotations 2017-05-26 16:14:20 +02:00
io_write_dumpfile.py Fixing Typos 2018-05-13 17:31:20 -05:00
link_expander.py Added link_expander.py example to simple examples (#3348) 2018-10-12 21:56:58 +02:00
log_events.py Ditch the addon stdout wrapper 2018-05-08 14:26:41 +12:00
modify_body_inject_iframe.py extend mypy example/simple 2017-04-29 03:26:14 +05:30
modify_form.py extend mypy example/simple 2017-04-29 03:26:14 +05:30
modify_querystring.py extend mypy example/simple 2017-04-29 03:26:14 +05:30
README.md Added link_expander.py example to simple examples (#3348) 2018-10-12 21:56:58 +02:00
redirect_requests.py extend mypy example/simple 2017-04-29 03:26:14 +05:30
send_reply_from_proxy.py extend mypy example/simple 2017-04-29 03:26:14 +05:30
websocket_messages.py improve scripting docs 2020-04-04 15:36:13 +02:00
wsgi_flask_app.py Address lint 2020-01-20 13:47:14 -05:00

Simple Examples

Filename Description
add_header.py Simple script that just adds a header to every request.
custom_contentview.py Add a custom content view to the mitmproxy UI.
custom_option.py Add arguments to a script.
filter_flows.py This script demonstrates how to use mitmproxy's filter pattern in scripts.
io_read_dumpfile.py Read a dumpfile generated by mitmproxy.
io_write_dumpfile.py Only write selected flows into a mitmproxy dumpfile.
link_expander.py Discover relative links in HTML traffic and replace them with absolute paths
log_events.py Use mitmproxy's logging API.
modify_body_inject_iframe.py Inject configurable iframe into pages.
modify_form.py Modify HTTP form submissions.
modify_querystring.py Modify HTTP query strings.
redirect_requests.py Redirect a request to a different server.
send_reply_from_proxy.py Send a HTTP response directly from the proxy.
internet_in_mirror.py Turn all images upside down.
wsgi_flask_app.py Embed a WSGI app into mitmproxy.