From 0128cb987099274be37cf70e2a2c19c4c9beab1f Mon Sep 17 00:00:00 2001 From: David Ansart Date: Sat, 3 Jun 2023 14:54:33 +0200 Subject: [PATCH] mitmproxy : add the variable "SSLKEYLOGFILE" (#10306) * mitmproxy : add the variable "SSLKEYLOGFILE" source : https://docs.mitmproxy.org/stable/howto-wireshark-tls/ * mitmproxy : add ':' at the end of the description * Update pages/common/mitmproxy.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/mitmproxy.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/mitmproxy.md b/pages/common/mitmproxy.md index c12d5947b..78aa60d8f 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`