apt-get install build-essential libssl-dev
wget http://download.aircrack-ng.org/aircrack-ng-1.1.tar.gz
tar -zxvf aircrack-ng-1.1.tar.gz
cd aircrack-ng-1.1
gedit common.mak
Replace the line
CFLAGS ?= -g -W -Wall -Werror -O3
to:
CFLAGS ?= -g -W -Wall -O3
Then save it and close gedit
make
sudo make install
Then your all done.
I hope you have fun security testing your wireless devices
-Local Tech Repair Admin
Similar Articles:
Cracking almost any router
Cracking WEP on Ubuntu Linux
WPA password testing - Pyrit
How to Secure Your Wireless
No comments:
Post a Comment