From 63192539d9bd906288cae578d46f14688b9bb84e Mon Sep 17 00:00:00 2001 From: Jan Wachsmuth Date: Mon, 19 Feb 2024 00:17:27 +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 60efdd5..43693a8 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: ```