EN
ENNA

Aircrack-ng

FeaturedGPL-2.0

📡 Wireless · C

Aircrack-ng is a complete suite of tools for assessing WiFi network security. It focuses on monitoring (packet capture and export of data to text files), attacking (replay attacks, deauthentication, fake access points), testing (checking WiFi cards and driver capabilities), and cracking (WEP and WPA PSK). All tools are command-line based, allowing heavy scripting and automation. It works primarily with Linux but also supports Windows, macOS, FreeBSD, and others.

7.1kstars
1.3kforks
448issues
Updated 8mo ago

Installation

apt (Debian/Ubuntu)

$ sudo apt install aircrack-ng

brew (macOS)

$ brew install aircrack-ng

from source

$ git clone https://github.com/aircrack-ng/aircrack-ng && cd aircrack-ng && autoreconf -i && ./configure && make && sudo make install

Use Cases

  • WiFi network security auditing
  • WPA/WPA2 handshake capture and cracking
  • Rogue access point detection
  • Packet injection and replay attacks
  • Wireless IDS testing

Tags

wifiwpapacket-captureclassic

More in Wireless