2

tcpdump -i eth0 > mydump

Dump network traffic from your ethernet device eth0 to a text file called mydump. CTRL+c will stop tcpdump (or any console application in the foreground). Review the dump file with vi, cat, gedit or nano for suspicious ports and connections.

Replace eth0 with your ethernet device gathered from ifconfig.

redaudit's picture
Submitted by redaudit 2 years 18 weeks ago – Made popular 2 years 4 weeks ago
Category: Linux   Tags:
2
Page generated in: 0.002398 seconds.