4 symbols WPA2 password? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: 4 symbols WPA2 password? (/thread-9281.html) |
4 symbols WPA2 password? - meshkoff - 06-07-2020 Hi all Recently i captured WPA2 handshake that contains only 4 symbol password length: Code: BSSID=70:9f:2d:b5:be:c0 ESSID=oso3 (Length: 4)\ When i tried brute-force it with hashcat it says: Code: Skipping mask '?d?d?d?d' because it is smaller than the minimum password length 1) How can it be, if WPA2 minimum password length is 8 symbols? Is it wrong capture? I doublechecked with WiFi Explorer that target SSID has WPA2 protection 2) How can i bypass minimum password length limit? RE: 4 symbols WPA2 password? - undeath - 06-07-2020 The password is not four characters. That's impossible to tell from the handshake. The ESSID has length four. RE: 4 symbols WPA2 password? - meshkoff - 06-07-2020 Thanks for info, will know it Previous try was lucky, ESSID had 10 symbols length, i assume that's a password length and then cracked it with mobile numbers dictionary in 20 minutes... RE: 4 symbols WPA2 password? - Mem5 - 06-08-2020 ESSID is the name of the wifi, nothing to do with the password =) Password must be between 8 and 63 characters, no more no less. |