Tagged articles
2 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Jan 15, 2023 · Information Security

How to Capture and Decrypt HTTPS Traffic with tcpdump and Wireshark

This guide walks through why a simple tcpdump of baidu.com shows no HTTP host packets, how to filter TLS Server Name Indication, and step‑by‑step how to export the pre‑master key via SSLKEYLOGFILE so Wireshark can decrypt HTTPS traffic.

HTTPS analysisPacket CaptureSSLKEYLOGFILE
0 likes · 13 min read
How to Capture and Decrypt HTTPS Traffic with tcpdump and Wireshark
Su San Talks Tech
Su San Talks Tech
Dec 27, 2022 · Information Security

How to Capture and Decrypt HTTPS Traffic with Wireshark and SSLKEYLOGFILE

This guide walks through capturing Baidu.com packets using ping, tcpdump, and Wireshark, explains why HTTPS traffic is invisible to simple filters, and shows how to decrypt it by exporting TLS keys with SSLKEYLOGFILE and configuring Wireshark to reveal the encrypted data.

HTTPSPacket CaptureSSLKEYLOGFILE
0 likes · 13 min read
How to Capture and Decrypt HTTPS Traffic with Wireshark and SSLKEYLOGFILE