wifi-cracking icon indicating copy to clipboard operation
wifi-cracking copied to clipboard

enable mon0 getting wifi error

Open VirendraArekar opened this issue 5 years ago • 3 comments

wl - [phy0]mon0: ERROR while getting interface flags: No such device

VirendraArekar avatar Jan 19 '20 16:01 VirendraArekar

Hi, Thank you for contacting us. This is a confirmation that your e-mail has been received. We will reply to your e-mail within 24-48 hours. Have a nice day! Best regards, ArduinoSensors.nl

vandenbrande avatar Jan 19 '20 16:01 vandenbrande

@VirendraArekar you should check ifconfig for the interfaces. Most probably it is wlan0mon (or mon0)

DarkGuy10 avatar Mar 29 '20 04:03 DarkGuy10

Monitor mode can be enabled by 2 ways ..

1st :
Press ifconfig and Know the name of your wireless adapter . (Mine is wlan0 ) Then ifconfig wlan0 down iwconfig wlan0 mode monitor ifconfig wlan0 up

Simplest Mode to try

2nd : Using airmon-ng , You may not see Something like wifi connected in right upper most part of kali but it will work..

just do airmon-ng check kill airmon-ng start wlan0

Your Monitor mode is enabled ..

Now in order to use it You can se if your name of wireless adapter is wlan0 as i said earlier just attach 'mon' to it .. Finally use "wlan0mon " . It will work for sure

TurbanTrap avatar Nov 04 '21 03:11 TurbanTrap