0
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

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.
  1. Check your system architecture.

    # #uname -ni

  2. Installing Aircrack
  3. Switch to root account
    # sudo su

  4. Install gcc, Kernel headers and make
    # apt-get install build-essential

  5. 2
  6. Install OpenSSl development
    # apt-get install libssl-dev

  7. Download the source of Aircrack-ng
    # wget http://download.aircrack-ng.org/aircrack-ng-1.2-beta2.tar.gz

  8. Untar the tar file
    # tar -zxvf aircrack-ng-1.2-beta2.tar.gz

  9. Move to aircrack directory and edit common.mak file.
    # cd aircrack-ng-1.2-beta2
    nano common.mak

  10. Find CFLAGS line, it should look like CFLAGS ?= -g -W -Wall -O3

  11. Save and exit

  12. Compile and install the source
    # make install

  13. Update Aircrack Suite
    # airodump-ng-oui-update

Congrats, Aircrack suite is now installed.

CentOS 6.4

  1. Check your system architecture
    # uname -ni

  2. Open Browser and check for appropriate RPM package from
    http://pkgs.repoforge.org/aircrack-ng/

  3. 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


  4. 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

 
Top