[Solved]cudaHashcat64 and hashlist
#1
Hello,
I got a trouble with oclHashcat64.exe and md5 list. I created list of 10 md5 hash (aaa1 aaa2 ... aaa0) and put in a file : test-md5.lst

When I use Hashcat-cli64 he recovered all hash:
hashcat-cli64.exe -a 3 -m 0 --pw-min=4 --pw-max=4 -p : -o test-md5_found.txt --outfile-format=3 -n 4 -c 64 test-md5.lst ?l?l?l?d

Quote:All hashes have been recovered

Input.Mode: Mask (?l?l?l?d) [4]
Index.....: 0/1 (segment), 175760 (words), 0 (bytes)
Recovered.: 10/10 hashes, 1/1 salts
Speed/sec.: - plains, 659.95k words
Progress..: 166976/175760 (95.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--

Started: Tue May 05 15:55:25 2015
Stopped: Tue May 05 15:55:25 2015

cudaHashcat64 recovered one by one hash. But with list it don't find anything:

cudaHashcat64.exe -a 3 -m 0 --session=all --status --status-timer=60 -o test-md5_found.txt --outfile-format=3 -t 90 --potfile-disable -w 1 --gpu-temp-abort=90 --gpu-temp-retain=85 -i --increment-min=4 --increment-max=4 test-md5.lst ?l?l?l?d
Quote:Session.Name...: all
Status.........: Exhausted
Input.Mode.....: Mask (?l?l?l?d) [4]
Hash.Target....: File (test-md5.lst)
Hash.Type......: MD5
Time.Started...: 0 secs
Time.Estimated.: 0 secs
Speed.GPU.#1...: 3207.3 MH/s
Recovered......: 0/10 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.......: 175760/175760 (100.00%)
Skipped........: 0/175760 (0.00%)
Rejected.......: 0/175760 (0.00%)
HWMon.GPU.#1...: 0% Util, 33c Temp, N/A Fan

Started: Tue May 05 15:56:51 2015
Stopped: Tue May 05 15:56:53 2015

Any idea ?!
#2
Are you using the latest version?
#3
(05-05-2015, 04:11 PM)undeath Wrote: Are you using the latest version?

cudaHashcat-1.35 I think so ! I have tryed with anothers old versions and it do the same way !
#4
use the latest version.
#5
Issue fixed with the new version 1.36. Thanks you !