Sniffer

From Hackepedia
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.