Update sniff-tls.md

This commit is contained in:
Jan Wachsmuth 2024-02-19 00:17:27 +01:00 committed by GitHub
parent 5873ee9b2d
commit 63192539d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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:
```