View Single Post
James_Littler's Avatar
Posts: 820 | Thanked: 436 times | Joined on May 2010 @ Portsmouth, UK.
#119
Originally Posted by Umlungu View Post
This isn't an issue with the driver, but I've just it wanted to test monitor mode/injection. So I installed aircrack and ran airmon-ng start wlan0, which complained about needing iw installed.
Yet 'apt-get install iw' removes aircrack and vice versa, wtf?
To enable monitor mode:
Code:
ifconfig wlan0 down
iwconfig wlan0 mode Monitor
ifconfig wlan0 up

To get back to managed mode:
Code:
ifconfig wlan0 down
iwconfig wlan0 mode Managed
ifconfig wlan0 up
 

The Following 3 Users Say Thank You to James_Littler For This Useful Post: