TCP Dump

command to see all traffic

~tcpdump

command to not resolve domain or port number

~tcpdump -nn

command to filter out traffic

~tcpdump -nn src SOURCEIP

~tcpdump -nn dst DESTIP

command to see IP headers and data in packet

~tcpdump -nXS

Last updated