aircrack-ng

Crack WEP and WPA/WPA2 keys from handshake in captured packets. Part of Aircrack-ng network software suite. More information: <https://www.aircrack-ng.org/doku.php?id=aircrack-ng>.

Install

All systems
curl cmd.cat/aircrack-ng.sh
Debian Debian
apt-get install aircrack-ng
Ubuntu
apt-get install aircrack-ng
Alpine
apk add aircrack-ng
Arch Arch Linux
pacman -S aircrack-ng
image/svg+xml Kali Linux
apt-get install aircrack-ng
Fedora
dnf install aircrack-ng
Windows (WSL2)
sudo apt-get update sudo apt-get install aircrack-ng
OS X
brew install aircrack-ng
Raspbian
apt-get install aircrack-ng
Docker
docker run cmd.cat/aircrack-ng aircrack-ng powered by Commando

Crack WEP and WPA/WPA2 keys from handshake in captured packets. Part of Aircrack-ng network software suite. More information: <https://www.aircrack-ng.org/doku.php?id=aircrack-ng>.

  • Crack key from capture file using [w]ordlist:
    aircrack-ng -w path/to/wordlist.txt path/to/capture.cap
  • Crack key from capture file using [w]ordlist and the access point's [e]ssid:
    aircrack-ng -w path/to/wordlist.txt -e essid path/to/capture.cap
  • Crack key from capture file using [w]ordlist and the access point's MAC address:
    aircrack-ng -w path/to/wordlist.txt --bssid mac path/to/capture.cap

© tl;dr; authors and contributors