mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 13:55:24 +02:00
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>
This commit is contained in:
parent
de7065209d
commit
0128cb9870
1 changed files with 4 additions and 0 deletions
|
@ -15,3 +15,7 @@
|
||||||
- Start `mitmproxy` using a script to process traffic:
|
- Start `mitmproxy` using a script to process traffic:
|
||||||
|
|
||||||
`mitmproxy --scripts {{path/to/script.py}}`
|
`mitmproxy --scripts {{path/to/script.py}}`
|
||||||
|
|
||||||
|
- Export the logs with SSL/TLS master keys to external programs (wireshark, etc.):
|
||||||
|
|
||||||
|
`SSLKEYLOGFILE="{{path/to/file}}" mitmproxy`
|
||||||
|
|
Loading…
Add table
Reference in a new issue