Aircrack-ng For Ubuntu |
How To Install Aircrack-ng in Ubuntu?
To install aircrack-ng in Ubuntu 12.04 LTS, open terminal and type:
Now Type:sudo apt-get install build-essential
sudo apt-get install libssl-devDownload aircrack-ng from here
Now move aircrack-ng to Home folder. Open terminal and type:
tar -zxvf aircrack-ng-1.1.tar.gzThis command will decompress aircrack-ng. Now type:
cd aircrack-ng-1.1In 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 -O3Delete the -Werror variable, so that the line now looks like the following:
CFLAGS ?= -g -W -Wall -O3Save it and exit.
Now agian type in the terminal:
make
sudo make installNow it will install aircrack-ng in your Ubuntu 12.04. This Software is only for WEP network cracking.
0 comments:
Post a Comment