aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-04-14 12:01:37 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-04-14 12:01:37 +1200
commit937a358aa9396d5a5c18bc69e89e11af5dad40a5 (patch)
tree1d52a64527f93aeb5299d59e502ab792a052f7a2 /examples/README
parentbea0bd236a60e3e6c80027448e51b7802394304a (diff)
parentcbf6cad8524b2b46a364898274871eba5dca776f (diff)
downloadmitmproxy-937a358aa9396d5a5c18bc69e89e11af5dad40a5.tar.gz
mitmproxy-937a358aa9396d5a5c18bc69e89e11af5dad40a5.tar.bz2
mitmproxy-937a358aa9396d5a5c18bc69e89e11af5dad40a5.zip
Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/README b/examples/README
index 4a5c268d..adfcd0f2 100644
--- a/examples/README
+++ b/examples/README
@@ -4,6 +4,7 @@ change_upstream_proxy.py Dynamically change the upstream proxy
dns_spoofing.py Use mitmproxy in a DNS spoofing scenario.
dup_and_replay.py Duplicates each request, changes it, and then replays the modified request.
filt.py Use mitmproxy's filter expressions in your script.
+flowwriter.py Only write selected flows into a mitmproxy dumpfile.
iframe_injector.py Inject configurable iframe into pages.
modify_form.py Modify all form submissions to add a parameter.
modify_querystring.py Modify all query strings to add a parameters.