Automic VaultAutomic Vault

brew

Install aircrack-ng with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, scoop, zypper

Next-generation aircrack with lots of new features. Version 1.7 via Homebrew; verified 2026-05-22.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install aircrack-ng

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install aircrack-ng

MacPorts ports tree · security/aircrack-ng/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add aircrack-ng

Alpine Linux edge package indexes · aircrack-ng · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install aircrack-ng

Debian stable package indexes · aircrack-ng · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install aircrack-ng

Fedora Rawhide package metadata · aircrack-ng · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#aircrack-ng

nixpkgs package indexes · pkgs/by-name/ai/aircrack-ng/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S aircrack-ng

Arch Linux sync databases · aircrack-ng · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install aircrack-ng

openSUSE Tumbleweed package metadata · aircrack-ng · source: download.opensuse.org

Windows

Scoopverified · 92%
scoop install extras/aircrack-ng

Scoop official bucket manifest trees · bucket/aircrack-ng.json · source: api.github.com

overview

Package summary

Next-generation aircrack with lots of new features

Commands and aliases

  • airbase-ng
  • aircrack-ng
  • airdecap-ng
  • airdecloak-ng
  • aireplay-ng
  • airmon-ng
  • airodump-ng
  • airodump-ng-oui-update
  • airolib-ng
  • airserv-ng
  • airtun-ng
  • airventriloquist-ng
  • besside-ng
  • besside-ng-crawler
  • buddy-ng
  • easside-ng
  • ivstools
  • kstats
  • makeivs-ng
  • packetforge-ng
  • tkiptun-ng
  • wesside-ng
  • wpaclean

history

Project history and usage

Aircrack-ng is a long-running command-line suite for assessing Wi-Fi network security. Its tools cover capture, monitoring, replay and injection testing, WEP cracking, WPA/WPA2-PSK cracking, and packet-processing utilities.

Project history

The project presents itself as a complete suite rather than a single cracker. The official README groups the suite into monitoring, attacking, testing, and cracking, and emphasizes command-line tools that are easy to script.

Aircrack-ng succeeded the earlier aircrack family as a more featureful next-generation suite. The Homebrew formula description still preserves that lineage with the phrase `Next-generation aircrack with lots of new features`, while the official project now treats Aircrack-ng as the main suite name.

The source tree and README show the breadth that accumulated around the core `aircrack-ng` executable: monitor-mode helpers, airodump capture tools, aireplay injection and replay tools, airolib-ng database support, WEP/WPA cleanup utilities, and lesser-known helpers such as besside-ng, easside-ng, tkiptun-ng, and wesside-ng.

Adoption history

Aircrack-ng became one of the standard packaged Wi-Fi security suites because it is scriptable, portable, and split into many small Unix-style tools. The README advertises Linux as the primary platform while also listing Windows, macOS, FreeBSD, OpenBSD, NetBSD, Solaris, and eComStation 2 support.

The upstream README displays package-version badges for Arch Linux, Debian, Fedora, Homebrew, and Ubuntu, and the Homebrew source facts list many more package managers and distributions. That packaging spread is not decorative: wireless-security workflows often happen on live systems, lab laptops, Raspberry Pi devices, and recovery images where distro-native packages matter.

Recent tagged releases show the project is maintained as a mature tool rather than historical abandonware: official GitHub releases include 1.6 in 2020 and 1.7 in 2022.

How it is used

A common workflow is to put a compatible adapter into monitor mode, capture traffic with airodump-ng, generate or replay traffic with aireplay-ng where authorized, and run aircrack-ng against captured handshakes or WEP IV data. The suite also includes tools for packet generation, capture cleanup, decryption, and driver/card capability testing.

Because every tool is command-line oriented, Aircrack-ng is often used inside shell scripts, lab automation, and distribution packaging test matrices. The README even notes that many GUIs have taken advantage of the CLI design.

Why package nerds care

For package maintainers, Aircrack-ng is a classic case of a security package that is really a bundle of cooperating executables with optional system-level dependencies. It pulls in libpcap, OpenSSL or libgcrypt, SQLite, libnl, PCRE/PCRE2, hwloc, and platform-specific wireless tools depending on build options.

It is also a reminder that packaging security tooling is not just copying a binary: udev permissions, monitor-mode support, adapter drivers, optional GPS logging, Cygwin/MSYS2 behavior, and distro policy around test-only dependencies can all affect whether the installed package is actually useful.

Timeline

  • 2000s: Aircrack-ng emerges as the next-generation successor to the earlier aircrack Wi-Fi cracking tools.
  • 2020-01-25: Aircrack-ng 1.6 published on GitHub releases.
  • 2022-05-10: Aircrack-ng 1.7 published on GitHub releases.

Related projects

  • aircrack is the predecessor named by package descriptions and project lineage.
  • Airodump-ng, aireplay-ng, airmon-ng, airdecap-ng, airolib-ng, packetforge-ng, besside-ng, and wesside-ng are companion executables shipped by the same suite.
  • Kali Linux and other security-focused environments commonly package Aircrack-ng alongside wireless auditing tools, though the upstream README itself is the source used here for package/platform breadth.

security posture

Risk level: red

doc example: offensive wireless tooling.

Risk classifier

red risk · high confidence · escape-surveillance-offensive

Why

  • doc example: offensive wireless tooling

Signals

  • override:aircrack-ng

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 3 runtime dependencies.
  • Build metadata lists 4 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
airbase-ngcliglobal executable
aircrack-ngcliglobal executable
airdecap-ngcliglobal executable
airdecloak-ngcliglobal executable
aireplay-ngcliglobal executable
airmon-ngcliglobal executable
airodump-ngcliglobal executable
airodump-ng-oui-updatecliglobal executable
airolib-ngcliglobal executable
airserv-ngcliglobal executable
airtun-ngcliglobal executable
airventriloquist-ngcliglobal executable
besside-ngcliglobal executable
besside-ng-crawlercliglobal executable
buddy-ngcliglobal executable
easside-ngcliglobal executable
ivstoolscliglobal executable
kstatscliglobal executable
makeivs-ngcliglobal executable
packetforge-ngcliglobal executable
tkiptun-ngcliglobal executable
wesside-ngcliglobal executable
wpacleancliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version1.7
manager updated2026-05-22
local dataok
upstreamnot checked
latest detectednot detected

https://aircrack-ng.org/

install metadata

Package metadata

Package keybrew:aircrack-ng
Version1.7
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/aircrack-ng
Homepagehttps://aircrack-ng.org/
Repositoryhttps://github.com/aircrack-ng/aircrack-ng
Upstream docshttps://github.com/aircrack-ng/aircrack-ng
LicenseBSD-3-Clause AND GPL-2.0-or-later AND (GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception)
Source archivehttps://download.aircrack-ng.org/aircrack-ng-1.7.tar.gz
Last updated2026-05-22T00:32:50+09:00
Pulseupdated
Dependenciesopenssl@4, pcre2, sqlite
Build dependenciesautoconf, automake, libtool, pkgconf
Uses from macOSlibpcap
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared
CaveatsRun `airodump-ng-oui-update` install or update the Airodump-ng OUI file.

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameaircrack-ng
Version Scheme0
Revision2
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

aircrack-ng 1:1.7+git20230807.4bf83f1a-2

wireless WEP/WPA cracking utilities

https://www.aircrack-ng.org/

sudo apt install aircrack-ng
  • Section: net
  • Architecture: amd64
  • 18 dependencies
  • 3 optional deps
  • normalized package name match
  • Matched by: Aircrack Ng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: aircrack-ng from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

airgraph-ng 1:1.7+git20230807.4bf83f1a-2

Tool to graph txt files created by aircrack-ng

https://www.aircrack-ng.org/

sudo apt install airgraph-ng
  • Section: net
  • Architecture: all
  • Source Package: aircrack-ng
  • 2 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Aircrack Ng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: airgraph-ng from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

aircrack-ng

nix profile install nixpkgs#aircrack-ng
  • normalized package name match
  • Matched by: Aircrack Ng
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ai/aircrack-ng/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

aircrack-ng 1:1.7+git20230807.4bf83f1a-1build2

wireless WEP/WPA cracking utilities

https://www.aircrack-ng.org/

sudo apt install aircrack-ng
  • Section: universe/net
  • Architecture: amd64
  • 18 dependencies
  • 3 optional deps
  • normalized package name match
  • Matched by: Aircrack Ng
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: aircrack-ng from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

airgraph-ng 1:1.7+git20230807.4bf83f1a-1build2

Tool to graph txt files created by aircrack-ng

https://www.aircrack-ng.org/

sudo apt install airgraph-ng
  • Section: universe/net
  • Architecture: all
  • Source Package: aircrack-ng
  • 2 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Aircrack Ng
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: airgraph-ng from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

aircrack-ng 1.7-r5

Key cracker for the 802.11 WEP and WPA-PSK protocols

http://www.aircrack-ng.org

sudo apk add aircrack-ng
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: aircrack-ng
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Aircrack Ng
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: aircrack-ng from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

aircrack-ng-doc 1.7-r5

Key cracker for the 802.11 WEP and WPA-PSK protocols (documentation)

http://www.aircrack-ng.org

sudo apk add aircrack-ng-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: aircrack-ng
  • normalized package name match
  • Matched by: Aircrack Ng
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: aircrack-ng-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

aircrack-ng 1.7^20260331.gitf333a6a-13.fc45

Tools for auditing 802.11 (wireless) networks

https://github.com/aircrack-ng/aircrack-ng

sudo dnf install aircrack-ng
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: aircrack-ng
  • 17 dependencies
  • 7 provides
  • normalized package name match
  • Matched by: Aircrack Ng
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: aircrack-ng from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

aircrack-ng-devel 1.7^20260331.gitf333a6a-13.fc45

Development files for aircrack-ng

https://github.com/aircrack-ng/aircrack-ng

sudo dnf install aircrack-ng-devel
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: aircrack-ng
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Aircrack Ng
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: aircrack-ng-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

aircrack-ng-doc 1.7^20260331.gitf333a6a-13.fc45

Documentation for aircrack-ng

https://github.com/aircrack-ng/aircrack-ng

sudo dnf install aircrack-ng-doc
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: aircrack-ng
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Aircrack Ng
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: aircrack-ng-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

aircrack-ng 1.7-7

Key cracker for the 802.11 WEP and WPA-PSK protocols

https://www.aircrack-ng.org

sudo pacman -S aircrack-ng
  • License: GPL-2.0-only AND BSD-3-Clause AND OpenSSL
  • Architecture: x86_64
  • 17 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Aircrack Ng
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: aircrack-ng from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

aircrack-ng 1.7-5.3

A set of tools for auditing wireless networks

https://www.aircrack-ng.org/

sudo zypper install aircrack-ng
  • License: GPL-2.0-or-later
  • Category: Productivity/Networking/Security
  • Architecture: x86_64
  • Source Package: aircrack-ng
  • 18 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: Aircrack Ng
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: aircrack-ng from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

aircrack-ng-devel 1.7-5.3

Development files for aircrack-ng

https://www.aircrack-ng.org/

sudo zypper install aircrack-ng-devel
  • License: GPL-2.0-or-later
  • Category: Development/Libraries/C and C++
  • Architecture: noarch
  • Source Package: aircrack-ng
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Aircrack Ng
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: aircrack-ng-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

aircrack-ng

sudo port install aircrack-ng
  • normalized package name match
  • Matched by: Aircrack Ng
MacPorts ports tree · api.github.com · MacPorts ports tree: security/aircrack-ng/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

extras/aircrack-ng

scoop install extras/aircrack-ng
  • normalized package name match
  • Matched by: Aircrack Ng
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/aircrack-ng.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment