Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.bytejmp.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Aircrack-ng is the standard toolkit for wireless security auditing. It covers the full attack chain: interface management, passive capture, packet injection, and offline cracking.

Install

sudo apt install aircrack-ng

Tools

ToolPurpose
airmon-ngEnable/disable monitor mode
airodump-ngPassive 802.11 packet capture
aireplay-ngPacket injection and replay attacks
aircrack-ngOffline WEP/WPA key cracking
airdecap-ngDecrypt captured WEP/WPA traffic
besside-ngAutomated WEP cracking

airmon-ng

airmon-ng <start|stop|check> [interface] [channel]
FlagDescription
start <iface>Enable monitor mode
stop <iface>Disable monitor mode
check killKill processes that interfere with monitor mode

airodump-ng

airodump-ng [options] <interface>
FlagDescription
--band abgScan 2.4 GHz, 5 GHz, and 6 GHz
--bssid <mac>Filter by AP MAC address
-c <channel>Lock to channel
-w <prefix>Write capture to file
--manufacturerShow manufacturer info
--wpsShow WPS info

aireplay-ng

aireplay-ng [attack] [options] <interface>
AttackFlagDescription
Deauthentication-0 <count>Send deauth frames to disconnect clients
Fake Authentication-1 <delay>Associate with AP without valid PSK
ARP Replay--arpreplayReplay ARP requests to generate IVs (WEP)
Common flags:
FlagDescription
-a <BSSID>Target AP MAC
-c <MAC>Target client MAC
-h <MAC>Source MAC for injection
-e <SSID>Target network name

aircrack-ng

aircrack-ng [options] <capture.cap>
FlagDescription
-a 1Force WEP cracking mode
-a 2Force WPA cracking mode
-w <wordlist>Wordlist for WPA dictionary attack
-b <BSSID>Filter by AP MAC

airdecap-ng

airdecap-ng [options] <capture.cap>
FlagDescription
-e <SSID>Target network SSID
-p <password>WPA passphrase
-w <key>WEP key (hex)
Output: <filename>-dec.cap with decrypted frames.

besside-ng

besside-ng [options] <interface>
FlagDescription
-c <channel>Lock to channel
-b <BSSID>Target AP MAC
-vVerbose output
Automated WEP attack, handles fake auth, ARP replay, and cracking without manual steps.