I've got so many queries about installing Aircrack suite on CentOS or Ubuntu. Today I will show you how to install Wi-Fi cracking suite on both CentOS 6.3 and Ubuntu 13.10
We will soon post about cracking Wi-Fi with CentOS/Ubuntu
Introduction
Aircrack-ng is an 802.11 WEP and WPA-PSK keys cracking program that can recover keys once enough data packets have been captured. It implements the standard FMS attack along with some optimizations like KoreK attacks, as well as the all-new PTW attack, thus making the attack much faster compared to other WEP cracking tools. In fact, Aircrack-ng is a set of tools for auditing wireless networks.
Note:
Click on the pics to view screenshots in higher resolution.Ubuntu 13.10
I've installed Ubuntu 13.10 on my system, Step required to install Aircrack are as follows.- Check your system architecture.
# #uname -ni - Switch to root account # sudo su
- Install gcc, Kernel headers and make # apt-get install build-essential
- Install OpenSSl development # apt-get install libssl-dev
- Download the source of Aircrack-ng # wget http://download.aircrack-ng.org/aircrack-ng-1.2-beta2.tar.gz
- Untar the tar file # tar -zxvf aircrack-ng-1.2-beta2.tar.gz
- Move to aircrack directory and edit common.mak file. # cd aircrack-ng-1.2-beta2
nano common.mak - Find CFLAGS line, it should look like CFLAGS ?= -g -W -Wall -O3
- Save and exit
- Compile and install the source # make install
- Update Aircrack Suite # airodump-ng-oui-update
2
CentOS 6.4
- Check your system architecture # uname -ni
- Open Browser and check for appropriate RPM package fromhttp://pkgs.repoforge.org/aircrack-ng/
- Copy the link for RPM package and download that package # wget http://pkgs.repoforge.org/aircrack-ng/aircrack-ng-0.9.3-1.el5.rf.i386.rpm
- Install the package # rpm -ivh aircrack-ng-0.9.3-1.el5.rf.i386.rpm
Congrats
Aircrack Suite has been installed on your Machine.We will soon post about cracking Wi-Fi with CentOS/Ubuntu
Post a Comment Blogger Facebook