airodump-ng

Capture packets and display information about wireless networks. Part of aircrack-ng. More information: <https://www.aircrack-ng.org/doku.php?id=airodump-ng>.

Install

All systems
curl cmd.cat/airodump-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/airodump-ng airodump-ng powered by Commando

Capture packets and display information about wireless networks. Part of aircrack-ng. More information: <https://www.aircrack-ng.org/doku.php?id=airodump-ng>.

  • Capture packets and display information about a wireless network:
    sudo airodump-ng interface
  • Capture packets and display information about a wireless network given the MAC address and channel, and save the output to a file:
    sudo airodump-ng --channel channel --write path/to/file --bssid mac interface

© tl;dr; authors and contributors