Get aircrack-ng working on Raspberry Pi and Raspbian

Run these commands:

sudo -i
apt-get -y install libnl-dev
wget http://download.aircrack-ng.org/aircrack-ng-1.2-rc2.tar.gz
tar -zxvf aircrack-ng-1.2-rc2.tar.gz
cd aircrack-ng-1.2-rc2
make
make install
airodump-ng-oui-update
apt-get -y install iw
sudo apt-get install ethtool
airmon-ng start wlan0

The airodump-ng-oui-update will take a while to complete.

Looking out for networks

airodump-ng mon0

Information taken from here: http://www.aircrack-ng.org/doku.php?id=newbie_guide

 

1 thought on “Get aircrack-ng working on Raspberry Pi and Raspbian”

  1. mon0 wont work, i couldnt get airodump to work with wlan0 cause its not in monitor mode but i tested wlan0 with netsniff-ng and it works, but i also tested mon0 with netsniff-ng and theres nothing going through it. no errors just no traffic. im pretty good with aircrack and linux but i dont know how to get airodump to work with a non monitor interface of get mon0 to work. please help!!

    Reply

Leave a comment