Sniffer

From Hackepedia
Revision as of 05:53, 30 June 2013 by Pbug (talk | contribs) (sniffing -> spying)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Packet sniffers do exactly what the name implies, they allow you to watch the packets that are touching your host. For good they extremely helpful in debugging problems with networks. They can also be used for several malicious purposes including spying on people and harvesting passwords.

  • ethereal download A GUI packet sniffer that works on all major operating systems (UBO, MacOSX, Windows etc)
  • tcpdump download A CLI sniffer that works on all major operating systems (UBO, MacOSX, Windows (with pcap)
  • snoop A CLI sniffer for Solaris

You can use a packet sniffer on any network interface. ifconfig will give you a list of your network interfaces on UBOs.