mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 10:16:27 +00:00
Update readme for complex examples
This commit is contained in:
parent
d5ea08db62
commit
90a5b90b0d
@ -5,7 +5,6 @@
|
|||||||
| change_upstream_proxy.py | Dynamically change the upstream proxy. |
|
| change_upstream_proxy.py | Dynamically change the upstream proxy. |
|
||||||
| dns_spoofing.py | Use mitmproxy in a DNS spoofing scenario. |
|
| 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. |
|
| 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. |
|
| 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. |
|
| har_dump.py | Dump flows as HAR files. |
|
||||||
| mitmproxywrapper.py | Bracket mitmproxy run with proxy enable/disable on OS X |
|
| mitmproxywrapper.py | Bracket mitmproxy run with proxy enable/disable on OS X |
|
||||||
@ -16,3 +15,4 @@
|
|||||||
| stream_modify.py | Modify a streamed response body. |
|
| stream_modify.py | Modify a streamed response body. |
|
||||||
| tcp_message.py | Modify a raw TCP connection |
|
| tcp_message.py | Modify a raw TCP connection |
|
||||||
| tls_passthrough.py | Use conditional TLS interception based on a user-defined strategy. |
|
| tls_passthrough.py | Use conditional TLS interception based on a user-defined strategy. |
|
||||||
|
| xss_scanner.py | Scan all visited webpages. |
|
||||||
|
Loading…
Reference in New Issue
Block a user