From 63192539d9bd906288cae578d46f14688b9bb84e Mon Sep 17 00:00:00 2001 From: Jan Wachsmuth Date: Mon, 19 Feb 2024 00:17:27 +0100 Subject: [PATCH 1/3] 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: ``` From 483da3dee8a7e0d15787c389e86af8f596d1f18b Mon Sep 17 00:00:00 2001 From: Jan Wachsmuth Date: Mon, 19 Feb 2024 00:18:35 +0100 Subject: [PATCH 2/3] 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: ``` From 3b7f46a87cd15cf972f6d1957324df0cfccbf1f0 Mon Sep 17 00:00:00 2001 From: Jan Wachsmuth Date: Mon, 19 Feb 2024 00:21:17 +0100 Subject: [PATCH 3/3] Rename Wireshark - TLS decoded.png to Wireshark-TLS_decoded.png --- ... - TLS decoded.png => Wireshark-TLS_decoded.png} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename pictures/{Wireshark - TLS decoded.png => Wireshark-TLS_decoded.png} (100%) diff --git a/pictures/Wireshark - TLS decoded.png b/pictures/Wireshark-TLS_decoded.png similarity index 100% rename from pictures/Wireshark - TLS decoded.png rename to pictures/Wireshark-TLS_decoded.png