Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Pen-Test
[Top] [All Lists]

Re: Promiscuous Mode

Subject: Re: Promiscuous Mode
Date: 20 Mar 2008 13:08:12 -0000
Promiscuos mode is generally used for packet sniffing, network monitoring.
In this case if you enable Promiscuos, your network interface card will capture 
every packets in same collision domain(hub network,LAN).

Let me try to clarify

Consider a network packet, every network packet contain a MAC address. 
when network card recieves a packet first of all it checks destination MAC 
address value. If Destination MAC address does not match your network card's 
MAC address, packet will be dropped by your network card
In Promiscuous Mode your network card will accept every packets regardless of 
its destination MAC address over your LAN or collision domain. 
If your network is a hub network, you can capture every packets transmitted 
over network by using Promiscuous Mode, because hub is a layer 1 device and has 
not any knowledge about MAC addreses. 
If your network is a switch network, this will be hard work for you :) because 
switch is a layer 2 device and switch forwards packets according to its 
destination MAC addreses

you can also use Promiscuous Mode for malicious purposes       

------------------------------------------------------------------------
This list is sponsored by: Cenzic

Need to secure your web apps NOW?
Cenzic finds more, "real" vulnerabilities fast.
Click to try it, buy it or download a solution FREE today!

http://www.cenzic.com/downloads
------------------------------------------------------------------------

<Prev in Thread] Current Thread [Next in Thread>