Difference between revisions of "Sniffer"

From Hackepedia
Jump to navigationJump to search
(sniffing -> spying)
 
Line 1: Line 1:
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.
+
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]] [http://www.ethereal.com/download.html download] A [[GUI]] packet sniffer that works on all major operating systems ([[UBO]], MacOSX, Windows etc)
 
* [[ethereal]] [http://www.ethereal.com/download.html download] A [[GUI]] packet sniffer that works on all major operating systems ([[UBO]], MacOSX, Windows etc)

Latest revision as of 05:53, 30 June 2013

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.