Packet sniffing
From FreeBSDwiki
(Difference between revisions)
Line 1: | Line 1: | ||
− | Packet sniffing is essentially eavesdropping on a network interface. | + | Packet sniffing is essentially eavesdropping on a network interface useally set to promiscuous mode. |
− | + | Packet sniffing is also used in conjuction with [[arp]] [[spoofing]] to perform MITM attacks. | |
− | + | ||
+ | See also [[tcpdump]] and [[ethereal]] [[dsniff]]. | ||
[[Category:FreeBSD Terminology]] | [[Category:FreeBSD Terminology]] |
Revision as of 12:00, 27 July 2005
Packet sniffing is essentially eavesdropping on a network interface useally set to promiscuous mode. Packet sniffing is also used in conjuction with arp spoofing to perform MITM attacks.