Wednesday, September 11, 2013

How to Install aircrack-ng in Ubuntu 12.04

Aircrack-ng For Ubuntu

How To Install Aircrack-ng in Ubuntu?

   To install aircrack-ng in Ubuntu 12.04 LTS, open terminal and type:
 sudo apt-get install build-essential
Now Type:
 sudo apt-get install libssl-dev
Download aircrack-ng from here

Now move aircrack-ng to Home folder. Open terminal and type:
 tar -zxvf aircrack-ng-1.1.tar.gz
This command will decompress aircrack-ng. Now type:
 cd aircrack-ng-1.1
In the aircrack-ng-1.1 directory there is a file called common.mak, use your favorite editor to open the file and scroll down till you see the following line:
CFLAGS ?= -g -W -Wall -Werror -O3
 Delete the -Werror variable, so that the line now looks like the following:
 CFLAGS ?= -g -W -Wall -O3
Save it and exit.

Now agian type in the terminal:
make           
sudo make install
Now it will install aircrack-ng in your Ubuntu 12.04. This Software is only for WEP network cracking.




Share

& Comment

0 comments:

Post a Comment

 

Copyright © KHATTAK SOFTWARE ZONE™ is a registered trademark.

Designed By: Khattak Software Zone Hosted on Blogger Platform.