diff --git a/pages/common/mitmproxy.md b/pages/common/mitmproxy.md index c12d5947b3..78aa60d8fd 100644 --- a/pages/common/mitmproxy.md +++ b/pages/common/mitmproxy.md @@ -15,3 +15,7 @@ - Start `mitmproxy` using a script to process traffic: `mitmproxy --scripts {{path/to/script.py}}` + +- Export the logs with SSL/TLS master keys to external programs (wireshark, etc.): + +`SSLKEYLOGFILE="{{path/to/file}}" mitmproxy`