aircrack-ng is an 802.11a/b/g WEP/WPA cracking program that can recover a 40-bit, 104-bit, 256-bit or 512-bit WEP key once enough encrypted packets have been gathered. Also it can attack WPA1/2 networks with some advanced methods or simply by brute force.
It implements the standard FMS attack along with some optimizations, thus making the attack much faster compared to other WEP cracking tools. It can also fully use a multiprocessor system to its full power in order to speed up the cracking process.
aircrack-ng is a fork of aircrack, as that project has been stopped by the upstream maintainer.
SYSTEM REQUIREMENTS
RAM : Minimum 512MB (Recommended : 2GB or more)
Storage : 554 KB for Archives, 11.6 MB for GUI zip file.
OS : Windows (with Cygwin), Linux, macOS
Architecture : Supports both 32-bit and 64-bit architectures
Available On : PC
ADDITIONAL INFORMATION
Thomas d'Otreppe de Bouvette
February 2006
2.5 MB for Terminal Installation
Aircrack-ng is maintained by Thomas d'Otreppe de Bouvette and a community of contributors
English
May 10, 2022 (Version 1.7)
Written in C
Cross-platform
GNU General Public License (GPL)
It mainly focuses on 4 areas :
Aircrack-ng is a comprehensive suite of tools for 802.11 wireless network security auditing and cracking. Here are some examples of its usage :
$ airodump-ng -c 6 -w dump wlan0mon : Capture packets on channel 6 using the wireless interface wlan0mon and save them to a file named dump.
$ -c specifies the channel to monitor.
$ -w specifies the output file prefix.
$ wlan0mon is the wireless interface.
$ aircrack-ng -b AA:BB:CC:DD:EE:FF -w wordlist.txt dump.cap : Crack WEP encryption using the captured packets in dump.cap, with the BSSID AA:BB:CC:DD:EE:FF, and a wordlist file wordlist.txt.
$ -b specifies the BSSID.
$ -w specifies the wordlist file.
$ dump.cap is the input file containing captured packets.
$ aircrack-ng -w rockyou.txt -b AA:BB:CC:DD:EE:FF dump.cap : Crack WPA/WPA2 encryption using the captured packets in dump.cap, with the BSSID AA:BB:CC:DD:EE:FF, and a wordlist file rockyou.txt.
$ -w specifies the wordlist file.
$ -b specifies the BSSID.
$ dump.cap is the input file containing captured packets.
$ aircrack-ng -m 2500 -b AA:BB:CC:DD:EE:FF -w hashes.txt dump.cap : Crack WPA/WPA2 encryption using precomputed hashes in hashes.txt, with the BSSID AA:BB:CC:DD:EE:FF, and the captured packets in dump.cap.
$ -m specifies the number of hashes to use.
$ -b specifies the BSSID.
$ -w specifies the hash file.
$ dump.cap is the input file containing captured packets.
$ airodump-ng -c 6 --bssid AA:BB:CC:DD:EE:FF -w capture wlan0mon : Capture WPA handshakes on channel 6, with the BSSID AA:BB:CC:DD:EE:FF, and save them to a file named capture.
$ -c specifies the channel to monitor.
$ --bssid specifies the BSSID.
$ -w specifies the output file prefix.
$ wlan0mon is the wireless interface.
These examples demonstrate various uses of Aircrack-ng, including packet capture, WEP and WPA/WPA2 cracking, and using precomputed hashes. Always ensure you have the necessary permissions and follow local laws and regulations when conducting wireless network security audits.
$ tar -zxvf aircrack-ng-<version>.tar.gz
$ cd aircrack-ng-<version>
$ autoreconf -i
$ ./configure
$ make
$ sudo make install
$ autoreconf -i
$ ./configure --with-experimental
$ make
$ make install
aircrack-ng, and press Enter to confirm it’s installed.sudo port install aircrack-ng
sudo apt-get remove --purge aircrack-ngsudo yum remove aircrack-ngcd aircrack-ng-<version>sudo make uninstall
$ sudo apt-get remove --auto-remove aircrack-ng
This will remove the package along with any dependencies.
$ cd /opt/aircrack-ng/
$ sudo make uninstall
This will remove the compiled files.
C:\Program Files or C:\Program Files (x86) ).brew uninstall aircrack-ng/usr/local/bin or whenever it was installed.?usr/local/etc or /Library/Application Support.Copyright © 2025 HACKERSPOT
All original content, including tools, software, and other information, is protected by copyright and remains the property of its respective owners.
HackerSpot is an informational platform that offers resources such as tools, software, courses, internships, and various other materials aimed at supporting individuals passionate about CyberSecurity and IT.