aboutsummaryrefslogtreecommitdiffstats
path: root/examples/complex/README.md
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-11-21 02:16:20 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-11-21 02:28:10 +0100
commit9af8f4bb31c94a25780a4189bffa406906249626 (patch)
treecf52f1c312b7bac3d83d796d6b03bb33b4556f26 /examples/complex/README.md
parentf74e561524d04c93cd7953f34e78ebe67eaa58a8 (diff)
downloadmitmproxy-9af8f4bb31c94a25780a4189bffa406906249626.tar.gz
mitmproxy-9af8f4bb31c94a25780a4189bffa406906249626.tar.bz2
mitmproxy-9af8f4bb31c94a25780a4189bffa406906249626.zip
organize examples
This commit is largely based on work by Thiago Arrais (@thiagoarrais) and Shane Bradfield (@l33tLumberjack). I wasn't really able to get their PR reasonably merged onto the latest master, so I reapplied their changes manually here and did some further improvements on that.
Diffstat (limited to 'examples/complex/README.md')
-rw-r--r--examples/complex/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/complex/README.md b/examples/complex/README.md
new file mode 100644
index 00000000..d3b2e77a
--- /dev/null
+++ b/examples/complex/README.md
@@ -0,0 +1,19 @@
+## Complex Examples
+
+| Filename | Description |
+|:-------------------------|:----------------------------------------------------------------------------------------------|
+| 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 |
+| nonblocking.py | Demonstrate parallel processing with a blocking script |
+| remote_debug.py | This script enables remote debugging of the mitmproxy _UI_ with PyCharm. |
+| sslstrip.py | sslstrip-like funtionality implemented with mitmproxy |
+| stickycookies | An advanced example of using mitmproxy's FlowMaster directly. |
+| stream | Enable streaming for all responses. |
+| 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. | \ No newline at end of file