WPA/WPA2 hash help
#11
I'm thinking maybe a bad cap/hccap file. I can tell you my box works just fine on WPA - and your hccap fails.

My command line:

Code:
oclHashcat64.bin -m 2500 -a 3 1813_1436134092\ -\ Copy.hccap 041?d?d?d?d?d?d?d --outfile=snowman.txt

Results:

Code:
Session.Name...: oclHashcat
Status.........: Exhausted
Input.Mode.....: Mask (041?d?d?d?d?d?d?d) [10]
Hash.Target....: XXX (XX:XX:XX:XX:XX:XX <-> XX:XX:XX:XX:XX:XX)
Hash.Type......: WPA/WPA2
Time.Started...: Mon Jul 13 10:29:29 2015 (2 mins, 5 secs)
Time.Estimated.: 0 secs
Speed.GPU.#1...:    34761 H/s
Speed.GPU.#2...:    34736 H/s
Speed.GPU.#*...:    69497 H/s
Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.......: 10000000/10000000 (100.00%)
Rejected.......: 0/10000000 (0.00%)
HWMon.GPU.#1...: 84% Util, 68c Temp, 15% Fan
HWMon.GPU.#2...: 85% Util, 57c Temp, 15% Fan

Started: Mon Jul 13 10:29:29 2015
Stopped: Mon Jul 13 10:31:35 2015

Can you post the original cap file as well ?
#12
I'm thinking too a bad cap/hccap file.

c:\HC>hashcat-cli32.exe -a 3 -m 2500 -p : --outfile-format=3 -n 2 -c 64 "C:\HC
\traces\1813_1436134092-Copy.hccap" -1 01234 041160441?d
Initializing hashcat v0.50 with 2 threads and 64mb segment-size...

Added hashes from file C:\HC\traces\1813_1436134092-Copy.hccap: 1 (1 salts)
Activating quick-digest mode for single-hash with salt

[s]tatus [p]ause [r]esume [b]ypass [q]uit =>

Input.Mode: Mask (041160441?d) [10]
Index.....: 0/1 (segment), 10 (words), 0 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 10/10 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--

Started: Mon Jul 13 18:53:24 2015
Stopped: Mon Jul 13 18:53:25 2015
#13
Thanks for all the help you guys.

Here's the original cap file if anyone would like to take a look: https://drive.google.com/file/d/0B_ZO3nM...sp=sharing
#14
So here's my results:

Your original HCCAP file - Exhausted

Your .cap file you just posted - cracked through aircrack-ng (appended your key to small wordlist) - Cracked

Your .cap file - converted through cap2hccap (locally running this in Linux) - Cracked

Your .cap file - converted through aircack-ng (-J) - Cracked

So it's looking like your hccap file is corrupt in some way.

I'm PM'ing you a link to download the hccap file I made which cracks in ocl.
#15
Appreciate everyone's help. Huge shout out to vom and newntk! Finally cracked it successfully myself using the hccap you PM'd me vom. Seems the file became corrupted somewhere between The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) VM and Windows. Guess it's better to convert the cap file to hccap in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) instead of getting it to Windows first then converting it. Again, can't thank you guys enough for your assistance.