aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-04-08 00:21:49 +0200
committerMaximilian Hils <git@maximilianhils.com>2015-04-08 00:21:49 +0200
commit74aff39b28fe368c94f473c7972feaa75683a18a (patch)
tree6514b3a81ebec9828243a589e98c70246e2d153b /examples/README
parente7b154c823af60c1aaf008858c637621ca562895 (diff)
downloadmitmproxy-74aff39b28fe368c94f473c7972feaa75683a18a.tar.gz
mitmproxy-74aff39b28fe368c94f473c7972feaa75683a18a.tar.bz2
mitmproxy-74aff39b28fe368c94f473c7972feaa75683a18a.zip
add example which uses filt
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 f24c4de7..4a5c268d 100644
--- a/examples/README
+++ b/examples/README
@@ -3,6 +3,7 @@ add_header.py Simple script that just adds a header to every request
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.
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.