Upgrade aircrack-ng to version 1.2-beta2 with libnl=true

Started by ZEROF, December 07, 2013, 01:33:58 PM

Previous topic - Next topic

ZEROF

Hi,

I got pm from THS member asking me how to upgrade aircrack-ng to last working version. I guess most people just want to be free from -1 channel error. This is my workout.

First download/install dependency (run all as normal user, not root):

sudo apt-get install build-essential libnl-genl-3-dev libnl-3-dev


Then run all this in same time:

mkdir -p /home/$USER/test;cd /home/$USER/test;wget http://download.aircrack-ng.org/aircrack-ng-1.2-beta2.tar.gz;tar -zxvf aircrack-ng-1.2-beta2.tar.gz;cd aircrack-ng-1.2-beta2

Get root:

sudo -i

Then (*replace "your user .." with your real user name):

cd /home/your user name/test/aircrack-ng-1.2-beta2;make libnl=true;make libnl=true install;airodump-ng-oui-update

Airolib-ng support (i'm not sure if you need this, but for BBox u need this too)

make sqlite=true;make sqlite=true install

Then again:

airodump-ng-oui-update

And you are done. To check if all went well just type aircrack-ng in terminal scroll up and you need to see "Aircrack-ng 1.2 beta2". This was tested 4 times with BackBox 3.09. If others have some advice with this, be free to add your comments.




Cheers !

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

weVeg

Hi zerof!
Thank's a lot, all works fine without any problem about "fixed channel -1" !
yo bro!
una voce libera è sempre liberatrice
under_r00t

weVeg

Hi all,
I've experienced "fixed channel - 1" again
http://tinyurl.com/o2h6aoy

So, if someone else have this problem simply put wlan0 down... It's a stupid trick...
http://tinyurl.com/ocx6d4p
una voce libera è sempre liberatrice
under_r00t

raffaele

aircrack-ng updated in backbox repo, please remove previous installed version and use apt-get:

sudo apt-get update
sudo apt-get install aircrack-ng
raffaele@backbox:~$ Get root or die tryin'