I need to find a way to get all HTTPS
packet from PCAP file
Is it Ok if i'll take only TCp packets with port 443 (source or destination) or i need to check somewhere inside the packet (where ?) the URL ?
I need to find a way to get all HTTPS
packet from PCAP file
Is it Ok if i'll take only TCp packets with port 443 (source or destination) or i need to check somewhere inside the packet (where ?) the URL ?
Yes, TCP port 443 would be good enough to get all HTTPS packets for most applications.