From 74aff39b28fe368c94f473c7972feaa75683a18a Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 8 Apr 2015 00:21:49 +0200 Subject: add example which uses filt --- examples/README | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/README') 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. -- cgit v1.2.3 From ba149d90adc9d041b255bdefc7cb2002cbcf4216 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 12 Apr 2015 03:50:14 +0200 Subject: spaces, not tabs --- examples/README | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/README') 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. -- cgit v1.2.3