An interactive man-in-the-middle HTTP proxy. See also:
mitmwebandmitmdump. More information: https://docs.mitmproxy.org/stable/.
mitmproxy with default settings (will listen on port 8080):mitmproxy
mitmproxy bound to a custom address and port:mitmproxy --listen-host {{ip_address}} {{[-p|--listen-port]}} {{port}}
mitmproxy using a script to process traffic:mitmproxy {{[-s|--scripts]}} {{path/to/script.py}}
SSLKEYLOGFILE="{{path/to/file}}" mitmproxy
regular is the default):mitmproxy {{[-m|--mode]}} {{regular|transparent|socks5|...}}
mitmproxy --console-layout {{horizontal|single|vertical}}