So it turns out the new Broadcom b43 drivers, since kernel 2.6.24, have a really nifty feature that allows you to create a new virtual interface to monitor data. And it supports injection out of the box!
To use it (I'm using Ubuntu), just type these commands:
sudo iw dev wmaster0 interface add mon0 type monitor
sudo ifconfig mon0 up
Now you can use airodump or your favorite monitor mode applications on mon0:
sudo airodump-ng mon0
Wednesday, February 4, 2009
Subscribe to:
Posts (Atom)
VMware Audio Latency
I was having a problem with audio latency in VMware Workstation on my Windows 10 guest. I found an article that helped me fix it. Ever sin...
-
I had a problem with crackling sound after upgrading Virtualbox to v5.2, similar to the bug report filed here . I found a forum post where ...
-
There is an Android app included that will capture GPS coordinates from your Android device and save them to a file. Airodump CSV Tools will...
-
Using a dynamic proxy in Putty, I was encountering an issue where Putty would crash in Windows 10. I got an error in the Application event ...