Skip to main content
JG is here with you โœจ
PHASE 4: WIRELESS ATTACKS

Aircrack-ng

Master WPA/WPA2 password cracking using aircrack-ng. Dictionary attacks on captured handshakes. Learn to assess wireless network security through hands-on exploitation.

IntermediatePhase 4: Wireless AttacksInteractive Lab

What You'll Learn

  • โ€ขWPA/WPA2 handshake capture and analysis
  • โ€ขDictionary-based password cracking techniques
  • โ€ขWireless network security assessment
  • โ€ขOffensive security testing methodologies

What is Aircrack-ng?

Aircrack-ng is a complete suite of tools to assess WiFi network security. It focuses on different areas of WiFi security including monitoring, attacking, testing, and cracking. The suite includes tools for capturing packets, deauthenticating clients, creating fake access points, and most importantly, cracking WEP and WPA/WPA2-PSK keys using captured handshakes.

WPA/WPA2 Cracking Process

1. Capture Handshake

Use airodump-ng to capture the 4-way WPA handshake when a client connects

2. Select Wordlist

Choose a password dictionary (e.g., rockyou.txt with 14M+ passwords)

3. Launch Aircrack

Run aircrack-ng with the capture file and wordlist

aircrack-ng -w rockyou.txt -b [BSSID] capture.cap

4. Wait for Result

Aircrack tests each password until a match is found (can take hours/days)

Cracking Techniques

๐Ÿ“š Dictionary Attack

Test passwords from a pre-compiled wordlist (fast but limited coverage)

๐Ÿ”ข Brute Force

Try all possible character combinations (thorough but extremely slow)

๐ŸŽฒ Rule-Based

Apply transformation rules to wordlist entries (e.g., l33t speak)

๐Ÿ’ก Hybrid

Combine wordlist with character masks for better coverage

Defensive Measures

  • โ€ขUse strong, random passwords with 16+ characters mixing upper/lowercase, numbers, and symbols
  • โ€ขImplement WPA3 which uses SAE (Simultaneous Authentication of Equals) to resist offline attacks
  • โ€ขAvoid common passwords, dictionary words, and predictable patterns
  • โ€ขConsider using enterprise authentication (WPA2-Enterprise/802.1X) instead of PSK
  • โ€ขRegularly rotate Wi-Fi passwords and audit network access

๐Ÿ’ก Pro Tip

Cracking time depends on password complexity and computing power. A GPU-accelerated tool like Hashcat can crack passwords 10-100x faster than CPU-based aircrack-ng. Weak 8-character passwords can be cracked in hours, while strong 16+ character passwords could take centuries.

CPU Load
12%
Adapter
wlan0mon
Wordlist
rockyou.txt
Status
recon
root@kali:~
aircrack-ng v1.7 - (C) 2023 Thomas d'Otreppe
System ready. Select a target to begin.
โžœ

Available Networks

Scanning...
Open to AI-Focused Roles

AI Sales โ€ข AI Strategy โ€ข AI Success โ€ข Creative Tech โ€ข Toronto / Remote

Let's connect โ†’
Terms of ServiceLicense AgreementPrivacy Policy
Copyright ยฉ 2026 JMFG. All rights reserved.