Вопрос: How to sniff interface on remote machine with Wireshark from Mac OS?
Ответ:
$ mkfifo /tmp/remote $ wireshark -k -i /tmp/remote $ ssh root@10.0.xxx.xxx "tcpdump -s 0 -U -n -w - -i eth1 -S" > /tmp/remote
Вопрос: Как смотреть HTTPS трафик?
Ответ:
- SSL - The Wireshark Wiki
- Wireshark/HTTPS - Wikiversity
- Using Wireshark to Decode SSL/TLS Packets - Packet Pushers Podcast
- Decrypting SSL traffic with Wireshark, and ways to prevent it | wirewatcher
Вопрос: Как настроить фильтр на отлов пакетов Amazon S3?
Ответ:
host host s3-eu-central-1.amazonaws.com or host s3.eu-central-1.amazonaws.com or host mybucket.s3.amazonaws.com
To be continued...