Always exhausted - with correct password and correct handshake
#1
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:

[Image: settingsn7sj3.jpg]


Best regards

Millenium251
#2
Maybe this helps: http://www.exploresecurity.com/william-w...on-script/
#3
I think it helps not, because the example *.hccap with the correct password (from this site) also doesn't works.
#4
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
cudaHashcat v2.01 starting...

Device #1: GeForce GTX TITAN X, 12288MB, 1076Mhz, 24MCU

hashcat.net:0025cf2db489:b0487ad676e2:hashcat!

Session.Name...: cudaHashcat
Status.........: Cracked
Input.Mode.....: File (hashcat.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
Speed.GPU.#1...:        0 H/s
Recovered......: 1/1 (100.00%) Digests, 1/1 (100.00%) Salts
Progress.......: 1/1 (100.00%)
Rejected.......: 0/1 (0.00%)
#5
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):

[Image: tx4.png]
#6
And what's the content of "Beispiel.txt" ?
#7
hashcat - PW of the example.hccap
#8
Nope, you should have paid more attention on the example hashes page, WPA passwords can't be less than 8 chars long.
#9
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 Wink. Both don't work.
#10
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