From 483da3dee8a7e0d15787c389e86af8f596d1f18b Mon Sep 17 00:00:00 2001 From: Jan Wachsmuth Date: Mon, 19 Feb 2024 00:18:35 +0100 Subject: [PATCH] Update sniff-tls.md --- sniff-tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sniff-tls.md b/sniff-tls.md index 43693a8..138da61 100644 --- a/sniff-tls.md +++ b/sniff-tls.md @@ -39,7 +39,7 @@ checkEmail = mail@linkplay.com cert = /tmp/st7374756E6E656C.pem CAfile = /tmp/st7374756E6E656C_ca.pem ``` -![Wireshark screenshot](/pictures/Wireshark - TLS decoded.png) +![Wireshark screenshot](/pictures/Wireshark-TLS_decoded.png) The answer to the requests can be seen in Wireshark by following the TLS stream, but it's also possible to try the discovered command directly with curl: ```