Aircrack-ng captures your WiFi handshake from the street, then cracks weak keys offline. How monitor mode and handshake capture work — and the 3 router settings that stop it.
Someone standing outside your house can crack your WiFi without ever touching your router . The suite that does it is Aircrack-ng — and the physics of the attack mean your only real defense is a strong passphrase plus two router settings. Total fix time: ten minutes. What Is Aircrack-ng? Aircrack-ng is the classic open-source WiFi auditing toolkit (pre-installed on Kali Linux). Its tools split the job: airmon-ng switches your wireless card to monitor mode, airodump-ng watches nearby networks, aireplay-ng can nudge a device to reconnect, and aircrack-ng itself cracks the captured handshake against wordlists. The Handshake: Your Phone Shouts Your Secret Every time your phone joins WiFi, it performs a 4-way WPA2 handshake with the router — cryptographic proof it knows the password, broadcast over radio waves any nearby antenna can hear. The password itself never travels, but the handshake is mathematically derived from it. Capture the handshake, and you can guess the password offline, at full computer speed, completely invisible to the router owner. Capture Outside, Crack Offline: 3 Stages Stage 1 — Monitor: The wireless card silently watches nearby traffic, listing networks and connected devices. Stage 2 — Capture: When a device connects (or is nudged to reconnect), the 4-way handshake is recorded. One handshake is enough. Stage 3 — Crack: Back home, aircrack-ng -w rockyou.txt capture.cap tests millions of candidate passwords against the handshake until KEY FOUND! appears. Why Short Passwords Crack in Hours An 8-character lowercase password has a searchable space that modern hardware chews through in under three hours — and wordlists crack human passwords instantly, since people pick patterns. Over 20 million routers still run default or factory credentials , guessable without any cracking at all. Once on your WiFi, an attacker sees your devices, intercepts unencrypted traffic and attacks your computers directly. 3 Settings That Lock Your WiFi Down 1. Long random pass
All blogs · All tools · Sitemap