Last active
September 16, 2021 03:05
-
-
Save mtaziz/0d42544661666ea00b46 to your computer and use it in GitHub Desktop.
Workaround for airmon-ng on Kali Linux 2.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# download compat wireless (compat-wireless-2010-06-26-p.tar.bz2) | |
# http://linuxwireless.org/download/compat-wireless-2.6/ | |
cd ~/Downloads | |
ls | |
tar -jvxf compat-wireless-2010-06-26-p.tar.bz2 | |
ls | |
cd compat-wireless-2010-06-26-p | |
make unload | |
make load |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment