aboutsummaryrefslogtreecommitdiffstats
path: root/examples/complex/README.md
blob: 923aadf1614045dfbd3931ccc8b4045f2d3db657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Complex Examples

| Filename                 | Description                                                                                   |
|:-------------------------|:----------------------------------------------------------------------------------------------|
| block_dns_over_https.py  | Use mitmproxy to block DNS over HTTPS (DoH) queries                                           |
| 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.                   |
| 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 functionality implemented with mitmproxy                                        |
| stream.py                | 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.                            |
| xss_scanner.py           | Scan all visited webpages.                                                                    |