Can I somehow monitor incoming pings on a Linux machine? netcat doesn't seem to support that.
Asked
Active
Viewed 5.4k times
3 Answers
41
You can use tcpdump ip proto \\icmp to monitor incoming pings (ICMP echo requests)
RedGrittyBrick
- 85,717
1
If you want something nicer than tcpdump (GUI and stuff), you can try with Wireshark.
m0skit0
- 1,337