2011-08-26 21:24:04 +00:00
|
|
|
add_header.py Simple script that just adds a header to every request.
|
2012-02-23 02:43:04 +00:00
|
|
|
dup_and_replay.py Duplicates each request, changes it, and then replays the modified request.
|
2011-08-26 21:24:04 +00:00
|
|
|
flowbasic Basic use of mitmproxy as a library.
|
2012-12-09 21:57:11 +00:00
|
|
|
modify_form.py Modify all form submissions to add a parameter.
|
2012-02-23 02:43:04 +00:00
|
|
|
modify_querystring.py Modify all query strings to add a parameters.
|
2013-03-10 22:49:36 +00:00
|
|
|
proxapp How to embed a WSGI app in a mitmproxy server
|
2012-12-09 21:57:11 +00:00
|
|
|
stub.py Script stub with a method definition for every event.
|
2011-08-26 21:24:04 +00:00
|
|
|
stickycookies An example of writing a custom proxy with libmproxy.
|
|
|
|
upsidedownternet.py Rewrites traffic to turn PNGs upside down.
|
2013-05-15 22:24:18 +00:00
|
|
|
mitmproxywrapper.py Bracket mitmproxy run with proxy enable/disable on OS X
|