Capture ICMP Packets
In order to capture ICMP packets using tcpdump we can use the following command -
Usage
$ sudo tcpdump icmpWe can also add -vv argument for more verbose output.
Source: Danielmiessler
Last updated
In order to capture ICMP packets using tcpdump we can use the following command -
$ sudo tcpdump icmpWe can also add -vv argument for more verbose output.
Source: Danielmiessler
Last updated