Wireless & Mobile Security · beginner · ~10 min

Wi-Fi basics and WPA/WPA2/WPA3

Explain Wi-Fi security protocols and why WPA2-PSK is attackable.

Overview

Wi-Fi is broadcast, so encryption/auth is everything. WEP is broken; WPA2 is the baseline (Personal/PSK has an offline-crackable handshake; Enterprise/802.1X is per-user); WPA3 (SAE) resists offline cracking. WPA2-PSK weakness and WEP are key findings — and wireless attacks need explicit authorization.

Why it matters

Wi-Fi protocol generation determines the attack and the fix: WEP is instant, WPA2-PSK is offline-crackable with a weak passphrase, WPA3/Enterprise are the recommendations. And wireless testing has hard legal limits that must be respected.

Core concepts

WEP. Broken — critical finding. WPA2-Personal (PSK). Capturable handshake, offline crack. WPA2-Enterprise (802.1X). Per-user, no shared secret. WPA3 (SAE). Resists offline cracking, forward secrecy. Legal. Authorization mandatory; concepts-only here.

Lesson

Wireless networks broadcast over the air, so anyone in range can receive frames — security comes entirely from encryption and authentication.

The protocol generations

  • WEP — broken decades ago; crackable in minutes. Any WEP network is a critical finding.
  • WPA/WPA2WPA2 (AES-CCMP) is still the common baseline. Two modes:
    • Personal (PSK): one shared passphrase. The 4-way handshake can be captured and the passphrase cracked offline (next lesson) — weak passphrases fall.
    • Enterprise (802.1X): per-user auth via RADIUS — stronger, no shared secret.
  • WPA3 — current standard; SAE ("Dragonfly") replaces the PSK handshake, resisting offline cracking and adding forward secrecy. Still has had implementation flaws (Dragonblood), but it's the recommendation.

Why it matters

WPA2-Personal's offline-crackable handshake is the single most common home/SMB Wi-Fi weakness; WEP is an instant finding. Knowing the generation tells you the attack and the recommendation (WPA2-Enterprise or WPA3 with a strong passphrase).

Legal boundary (critical)

Capturing or attacking Wi-Fi you don't own/aren't authorized for is illegal (wiretapping / unauthorized access) in most jurisdictions. Wireless testing requires explicit written scope, and this course teaches the concepts only — no attacking real networks.

Summary

Wi-Fi security rests on its protocol: avoid WEP, prefer WPA3 or WPA2-Enterprise, and treat WPA2-PSK as only as strong as its passphrase. All wireless attacks require explicit authorization — this track is conceptual.

Practice with these exercises