Post

Install Aircrack-ng 1.2 Beta 1

aircrack ng new logoYour favorite software now has a new release after 3 years since the last one — a new version has appeared, namely version 1.2 Beta 1. According to the changelog on its site, there’s added support for new chipsets as well as fixes for several bugs found in the previous version (link).

Installation

For Linux users, you can follow a few command lines below to compile aircrack-ng from its source code.

1
2
3
4
5
wget http://download.aircrack-ng.org/aircrack-ng-1.2-beta1.tar.gz
tar -zxvf aircrack-ng-1.2-beta1.tar.gz
cd aircrack-ng-1.2-beta1
make
make install

Done? Have fun :)

This post is licensed under CC BY 4.0 by the author.