diff options
| author | Maximilian Hils <git@maximilianhils.com> | 2015-02-27 12:55:16 +0100 |
|---|---|---|
| committer | Maximilian Hils <git@maximilianhils.com> | 2015-02-27 12:55:16 +0100 |
| commit | 595bde2202880971907096e4eeddb2b298c02d07 (patch) | |
| tree | 8f33837031eba6e66bac6c75912e3072c81141f8 /examples/README | |
| parent | 3323b29f10175d4100eb00a3787fa1c15e71e413 (diff) | |
| download | mitmproxy-595bde2202880971907096e4eeddb2b298c02d07.tar.gz mitmproxy-595bde2202880971907096e4eeddb2b298c02d07.tar.bz2 mitmproxy-595bde2202880971907096e4eeddb2b298c02d07.zip | |
add example inline script for dns spoofing, refs #486
Diffstat (limited to 'examples/README')
| -rw-r--r-- | examples/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/README b/examples/README index 85ab272a..f24c4de7 100644 --- a/examples/README +++ b/examples/README @@ -1,6 +1,7 @@ # inline script examples 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. iframe_injector.py Inject configurable iframe into pages. modify_form.py Modify all form submissions to add a parameter. |
