Always exhausted - with correct password and correct handshake - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: Always exhausted - with correct password and correct handshake (/thread-5131.html) Pages:
1
2
|
Always exhausted - with correct password and correct handshake - Millenium251 - 01-31-2016 Hello, I use oclhashcat (newest version) and the password could not be found. The password is in the password list. Session.Name...: all Status.........: Exhausted Input.Mode.....: File (C:\Users\XXX\Desktop\X.lst) Hash.Target....: XXXXX (XX:XX:XX:XX:XX:XX <-> XX:XX:XX:XX:XX:XX) Hash.Type......: WPA/WPA2 Time.Started...: Sun Jan 31 12:43:39 2016 (1 sec) Time.Estimated.: 0 secs Speed.GPU.#1...: 0 H/s Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts Progress.......: 1/1 (100.00%) Rejected.......: 0/1 (0.00%) HWMon.GPU.#1...: 0% Util, 40c Temp, 0rpm Fan Started: Sun Jan 31 12:43:39 2016 Stopped: Sun Jan 31 12:43:41 2016 Also with your WPA example file: Session.Name...: all Status.........: Exhausted Input.Mode.....: File (C:\Users\XXX\Desktop\Example.txt) Hash.Target....: hashcat.net (00:25:cf:2d:b4:89 <-> b0:48:7a:d6:76:e2) Hash.Type......: WPA/WPA2 Time.Started...: Sun Jan 31 13:00:41 2016 (1 sec) Time.Estimated.: 0 secs Speed.GPU.#1...: 0 H/s Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts Progress.......: 1/1 (100.00%) Rejected.......: 1/1 (100.00%) HWMon.GPU.#1...: 0% Util, 40c Temp, 0rpm Fan Started: Sun Jan 31 13:00:41 2016 Stopped: Sun Jan 31 13:00:42 2016 Settings: Best regards Millenium251 RE: Always exhausted - with correct password and correct handshake - jodler303 - 01-31-2016 Maybe this helps: http://www.exploresecurity.com/william-wpawpa2-4-way-handshake-extraction-script/ RE: Always exhausted - with correct password and correct handshake - Millenium251 - 01-31-2016 I think it helps not, because the example *.hccap with the correct password (from this site) also doesn't works. RE: Always exhausted - with correct password and correct handshake - Xanadrel - 01-31-2016 First the GUI is not supported here, then if you want to report an issue, you should provide way more details, like gpu, driver version, command line... Tested example hccap with cudaHashcat 2.01, it works : Code: $ ./cudaHashcat64.exe -m 2500 hashcat.hccap hashcat.txt RE: Always exhausted - with correct password and correct handshake - Millenium251 - 01-31-2016 No, same with same command line and console as you, without using the GUI: cudaHashcat64.exe -m 2500 hashcat.hccap Beispiel.txt Session.Name...: cudaHashcat Status.........: Exhausted Input.Mode.....: File (Beispiel.txt) Hash.Target....: hashcat.net (00:25:cf:2d:b4:89 <-> b0:48:7a:d6:76:e2) Hash.Type......: WPA/WPA2 Time.Started...: Sun Jan 31 14:15:44 2016 (1 sec) Time.Estimated.: 0 secs Speed.GPU.#1...: 0 H/s Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts Progress.......: 1/1 (100.00%) Rejected.......: 0/1 (0.00%) HWMon.GPU.#1...: 0% Util, 49c Temp, 0rpm Fan Started: Sun Jan 31 14:15:44 2016 Stopped: Sun Jan 31 14:15:45 2016 GPU + driver version (on OS Win 10 Pro 64 Bit): RE: Always exhausted - with correct password and correct handshake - Xanadrel - 01-31-2016 And what's the content of "Beispiel.txt" ? RE: Always exhausted - with correct password and correct handshake - Millenium251 - 01-31-2016 hashcat - PW of the example.hccap RE: Always exhausted - with correct password and correct handshake - Xanadrel - 01-31-2016 Nope, you should have paid more attention on the example hashes page, WPA passwords can't be less than 8 chars long. RE: Always exhausted - with correct password and correct handshake - Millenium251 - 01-31-2016 The password of the file: hashcat! : But same result: Session.Name...: cudaHashcat Status.........: Exhausted Input.Mode.....: File (Beispiel.txt) Hash.Target....: hashcat.net (00:25:cf:2d:b4:89 <-> b0:48:7a:d6:76:e2) Hash.Type......: WPA/WPA2 Time.Started...: 0 secs Time.Estimated.: 0 secs Speed.GPU.#1...: 0 H/s Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts Progress.......: 1/1 (100.00%) Rejected.......: 0/1 (0.00%) HWMon.GPU.#1...: 0% Util, 52c Temp, 0rpm Fan Started: Sun Jan 31 15:21:35 2016 Stopped: Sun Jan 31 15:21:37 2016 and the password of my ap has 12 characters . Both don't work. RE: Always exhausted - with correct password and correct handshake - Xanadrel - 01-31-2016 Just to make sure, you don't have any whitespace aside "hashcat!" in your file ? Does it also fail to crack if you run with -a 3 ? Code: cudaHashcat64.exe -m 2500 -a 3 hashcat.hccap hashcat?s |