Information Technology Grimoire

Version .0.0.1

IT Notes from various projects because I forget, and hopefully they help you too.

Packet Captures

tcpdump ip + port

tcpdump -nnei port xx and host x.x.x.x (or some variant)

tcpdump icmp

sudo tcpdump -nnei any 'icmp[icmptype] == icmp-echo or icmp[icmptype] == icmp-echoreply' and host 192.168.1.20