PDA

View Full Version : Changes in airmon-ng output



mmusket33
2020-11-03, 12:25
For those that have not noticed

The Command:

airmon-ng start wlan1

No longer produces a monitor mode designation wlan1mon. You now simply get the same wlan1 designation.

You can check the monitor mode status quickly by retyping:

airmon-ng start wlan1 a second time. You will get a notice that the device is already in monitor mode.


Musket Teams

Mister_X
2020-11-03, 18:29
You're wrong.

While with most drivers it is wlanXmon, some don't have VIF and just turn the interface in monitor mode

sml156
2020-11-03, 23:17
I use this now, Put sudo in front of each command if your not root


ip link set wlan0 down
iw wlan0 set monitor control
ip link set wlan0 up

And if you want to shutdown Network Manager


systemctl stop NetworkManager.service

EmyJohn
2020-11-04, 07:39
Thank you for the useful info.