Quick one liner for capturing traffic destined to and arriving from a host (IP address) using tcpdump and writing it to a file for analyzing later on
tcpdump -s0 host x.x.x.x -w destination.pcap
HOW TO : Capture all traffic to and from a host using tcpdump
Quick one liner for capturing traffic destined to and arriving from a host (IP address) using tcpdump and writing it to a file for analyzing later...