kennyn510/wpa2-wordlists
A collection of wordlists dictionaries for password cracking
1 Releases
Latest: 2w ago
Ultimate2016 — Cleaned WPA2 Wordlistultimate2016-cleanLatest
📦 What was done
- Starting from the full Ultimate2016 set (all letter files combined), this release:
- Removed duplicates — 416,032 exact dupes
- Removed entries shorter than 8 characters — invalid for WPA2 (issue #1)
- Removed entries longer than 63 characters — strips the scraping/HTML artifacts (issue #4); WPA2 passphrases are 8–63 chars
- Removed lines with non-printable characters
📦 Result
- | | Lines |
- |---|---|
- | Original (combined) | 10,542,143 |
- | Cleaned | 7,208,204 |
- Every remaining entry is a printable, 8–63 character candidate valid for a WPA2 dictionary attack.
📦 Usage
- ```bash
- gunzip ultimate-wpa2-clean.txt.gz
- aircrack-ng handshake.cap -w ultimate-wpa2-clean.txt
- hashcat -m 22000 -a 0 capture.hc22000 ultimate-wpa2-clean.txt
- ```
- > ⚠️ For education and authorized security testing only. Only test networks you own or have explicit written permission to test.
