aircrack-ng

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Aircrack-ng WiFi Security Suite

Audit WiFi security, capture handshakes, and crack WPA keys using aircrack-ng.

Tool Status

  • Tool installed: !command -v aircrack-ng > /dev/null 2>&1 && echo "YES -- $(aircrack-ng --version 2>&1 | head -1)" || echo "NO -- Install: brew install aircrack-ng (macOS) | apt install aircrack-ng (Debian/Ubuntu)"
  • Wrapper scripts available: !test -f scripts/aircrack-ng/analyze-wireless-networks.sh && echo "YES -- use wrapper scripts for structured JSON output" || echo "NO -- using standalone mode with direct commands"

Mode: Wrapper Scripts Available

If wrapper scripts are available (shown as YES above), prefer these commands. They provide structured JSON output and educational context.

Wireless Analysis

  • bash scripts/aircrack-ng/analyze-wireless-networks.sh <interface> -j -x -- Survey nearby networks for encryption types, signal strength, hidden SSIDs

Handshake Capture

  • bash scripts/aircrack-ng/capture-handshake.sh <interface> -j -x -- Capture WPA/WPA2 4-way handshake for offline cracking
Installs
1
GitHub Stars
1
First Seen
Mar 7, 2026
aircrack-ng — patrykquantumnomad/networking-tools