A tcpdump Tutorial and Primer with Examples
抓取80和443端口的数据写入tcpdump.cap 文件
tcpdump -s 0 -w /tcpdump.cap ‘tcp dst port 80 or 443’
Using ssldump to Decode/Decrypt SSL/TLS Packets
How to Decrypt a Network Trace by using the ssldump Utility
ssldump -k <private key file>.key -i eth0 -dX host <ip>
Using tshark to Decrypt SSL/TLS Packets *
Using Wireshark to Decode/Decrypt SSL/TLS Packets
How to Decrypt SSL and TLS Traffic using Wireshark
refer:
How can I dump and decrypt HTTPS traffic from the command line under linux?