Created
October 25, 2014 13:15
-
-
Save rotemtam/1e08f6b73befd5faef81 to your computer and use it in GitHub Desktop.
Installing airodump-ng on Raspberry Pi
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
wget http://download.aircrack-ng.org/aircrack-ng-1.2-beta3.tar.gz | |
sudo apt-get -y install libssl-dev libnl-genl-3-dev libnl-3-dev iw | |
tar -zxvf aircrack-ng-1.2-beta3.tar.gz | |
cd aircrack-ng-1.2-beta3/ | |
make | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment