diff options
author | Maximilian Hils <git@maximilianhils.com> | 2017-04-26 17:15:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-26 17:15:34 +0200 |
commit | ab07b79138a79fd7b09a3d4d0b8da8ab07c342d8 (patch) | |
tree | 47c820a4cf719d517ee847b39ebe7d27e67ac9cc | |
parent | 0f9081b18de9afe9f22020e9b7a9cda1dabc7fb8 (diff) | |
parent | 90a5b90b0d7c6c823a18a72b76cc2283a8fed1ee (diff) | |
download | mitmproxy-ab07b79138a79fd7b09a3d4d0b8da8ab07c342d8.tar.gz mitmproxy-ab07b79138a79fd7b09a3d4d0b8da8ab07c342d8.tar.bz2 mitmproxy-ab07b79138a79fd7b09a3d4d0b8da8ab07c342d8.zip |
Merge pull request #2270 from F1ashhimself/master
Update readme for complex examples
-rw-r--r-- | examples/complex/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/complex/README.md b/examples/complex/README.md index 452f2395..77dbe2f5 100644 --- a/examples/complex/README.md +++ b/examples/complex/README.md @@ -5,7 +5,6 @@ | 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. | -| flowbasic.py | Basic use of mitmproxy's FlowMaster directly. | | full_transparency_shim.c | Setuid wrapper that can be used to run mitmproxy in full transparency mode, as a normal user. | | har_dump.py | Dump flows as HAR files. | | mitmproxywrapper.py | Bracket mitmproxy run with proxy enable/disable on OS X | @@ -16,3 +15,4 @@ | stream_modify.py | Modify a streamed response body. | | tcp_message.py | Modify a raw TCP connection | | tls_passthrough.py | Use conditional TLS interception based on a user-defined strategy. | +| xss_scanner.py | Scan all visited webpages. | |