mitmproxy/examples
Maximilian Hils 8eff2df89e add note that request.host should be used in the majority of cases 2014-09-07 18:05:43 +02:00
..
README Add mitmproxywrapper.py 2013-05-15 15:24:34 -07:00
add_header.py update docs, mostly revert 2f44b26b4c 2014-09-05 15:16:20 +02:00
change_upstream_proxy.py add note that request.host should be used in the majority of cases 2014-09-07 18:05:43 +02:00
dup_and_replay.py update docs, mostly revert 2f44b26b4c 2014-09-05 15:16:20 +02:00
flowbasic update docs, mostly revert 2f44b26b4c 2014-09-05 15:16:20 +02:00
iframe_injector.py iframe injector example: use inline script 2014-09-05 15:05:44 +02:00
mitmproxywrapper.py Fixed palette forced to light in mitmproxywrapper.py 2014-03-26 13:15:23 +01:00
modify_form.py update docs, mostly revert 2f44b26b4c 2014-09-05 15:16:20 +02:00
modify_querystring.py update docs, mostly revert 2f44b26b4c 2014-09-05 15:16:20 +02:00
modify_response_body.py docs: add docs for script args, fix #293 2014-08-07 01:30:47 +02:00
nonblocking.py update docs, mostly revert 2f44b26b4c 2014-09-05 15:16:20 +02:00
proxapp fix #341 - work on flows instead of request/response internally. 2014-09-03 16:57:56 +02:00
read_dumpfile fix #253 2014-05-15 14:37:05 +02:00
redirect_requests.py update docs, mostly revert 2f44b26b4c 2014-09-05 15:16:20 +02:00
stickycookies update docs, mostly revert 2f44b26b4c 2014-09-05 15:16:20 +02:00
stream.py add --stream options, various fixes 2014-07-21 21:06:55 +02:00
stub.py update docs, mostly revert 2f44b26b4c 2014-09-05 15:16:20 +02:00
upsidedownternet.py update docs, mostly revert 2f44b26b4c 2014-09-05 15:16:20 +02:00

README

add_header.py           Simple script that just adds a header to every request.
dup_and_replay.py       Duplicates each request, changes it, and then replays the modified request.
flowbasic               Basic use of mitmproxy as a library.
modify_form.py          Modify all form submissions to add a parameter.
modify_querystring.py   Modify all query strings to add a parameters.
proxapp                 How to embed a WSGI app in a mitmproxy server
stub.py                 Script stub with a method definition for every event.
stickycookies           An example of writing a custom proxy with libmproxy.
upsidedownternet.py     Rewrites traffic to turn PNGs upside down.
mitmproxywrapper.py     Bracket mitmproxy run with proxy enable/disable on OS X