c63bafd09f
console interface that allows traffic flows to be inspected and edited on the fly. 'mitmdump' is the command-line version of mitmproxy, with the same functionality but without the frills. Think tcpdump for HTTP. WWW: http://mitmproxy.org/index.html PR: ports/173449 Submitted by: Hung-Yi Chen <gaod@hychen.org> Feature safe: yes
8 lines
325 B
Text
8 lines
325 B
Text
'mitmproxy' is an SSL-capable man-in-the-middle HTTP proxy. It provides a
|
|
console interface that allows traffic flows to be inspected and edited on the
|
|
fly.
|
|
|
|
'mitmdump' is the command-line version of mitmproxy, with the same
|
|
functionality but without the frills. Think tcpdump for HTTP.
|
|
|
|
WWW: http://mitmproxy.org/index.html
|