From 57868ef5fab5c9f101126ec7981db2d769b22a4f Mon Sep 17 00:00:00 2001 From: jbrule Date: Fri, 12 Oct 2018 14:56:58 -0500 Subject: Added link_expander.py example to simple examples (#3348) --- examples/simple/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/simple/README.md') diff --git a/examples/simple/README.md b/examples/simple/README.md index 2fafdd5a..66a05b30 100644 --- a/examples/simple/README.md +++ b/examples/simple/README.md @@ -8,6 +8,7 @@ | filter_flows.py | This script demonstrates how to use mitmproxy's filter pattern in scripts. | | io_read_dumpfile.py | Read a dumpfile generated by mitmproxy. | | io_write_dumpfile.py | Only write selected flows into a mitmproxy dumpfile. | +| link_expander.py | Discover relative links in HTML traffic and replace them with absolute paths | | log_events.py | Use mitmproxy's logging API. | | modify_body_inject_iframe.py | Inject configurable iframe into pages. | | modify_form.py | Modify HTTP form submissions. | -- cgit v1.2.3