Monday, March 07, 2016

Enabling Monitor Mode in Kali 2.0 SANA



Hey guys
Today I am gonna show you "how to enable monitor mode in kali 2.0 SANA"

First of all press (ctrl+alt+t) to open "Terminal".Then type following commands :





Commands:

To get name of your wifi card type "ifconfig" only it should be something like "wlan0,wlan1" (i.e, wlan in starting and a no. at last)

ifconfig wlan0 down
iwconfig wlan0 mode monitor
ifconfig wlan0 up



To check whether your monitor mode is enabled or not, just type:

airodump-ng wlan0 

Note: In kali 2.0, latest version of aircrack is used, in which monitor mode name is same as wifi card name i.e., wlan0,wlan1 types(not mon0).


For KALI's previous versions, the command for enabling monitor mode was:

airmon-ng start wlan0

and name of monitor mode will be mon0, so it was very simple in the previous versions of aircrack :p


Thanx for visiting. :)

Hope it helped.

Subscribe us and like us if you liked our posts.

Our youtube channel: tricksvibe

Video Description : Enabling Monitor Mode in Kali 2.0 SANA
comments

0 comments