Is it possible to capture traffic ?
-
I am running the pfsense in a lab environment and set up the Transparent filtering on 443 with SSL MiTM turned on
Is it possible to save off all the decrypted traffic to a .pcap or a file? If so, how would i do that?
I have follow the tutorial in this video https://www.youtube.com/watch?v=PDheRUu5Hwc but it doesn't decruptSorry for my English.
Thanks for any support. -
Connnect to console via ssh and Shell (F8)
Then just type: tcpdump -i <interface> -s 65535 -w <some-file> (where interface must by eth1 or vmx1 depending on your ethernet driver).