Tonight we are young So let’s set the world on fire We can burn brighter than the sun

http://www.myexploit.wordpress.com/network-cisco-gns3-router-idea

 

Display Details of All interfaces
ifconfig -a

In promiscuous mode the card will accept all the packets which flows through the network card.

Following will put the interface in promiscuous mode.
ifconfig eth0 promisc

Following will put the interface in normal mode.
ifconfig eth0 -promisc

Leave a comment