SOLVED: cudaHashcat-plus32.bin v0.09, possible masks bug
#1
First off, thank you for the fantastic tool set. Before I found hashcat, I was cracking with a python script at 200k/sec. Now I'm running at 107M/sec with an older gpu! Thank you for saving me!

I have been testing different hashcat tools and versions, and I may have found a bug in cudaHashcat-plus32.bin v0.09.

I have a salted md5 password.

The following attacks successfully crack:
$ cudaHashcat-plus32.bin $(tail -c32 ~/Desktop/password.key):9ba76d19acb737e9 -m10 -a3 --increment-min=6 --increment-max=6 -1 ?l ?1?1?1?1?1?1
$ cudaHashcat-plus32.bin $(tail -c32 ~/Desktop/password.key):9ba76d19acb737e9 -m10 -a3 --increment-min=6 --increment-max=6 -1 ?l?d ?1?1?1?1?1?1

But, these do not and return: Status: Exhausted
$ cudaHashcat-plus32.bin $(tail -c32 ~/Desktop/password.key):9ba76d19acb737e9 -m10 -a3 --increment-min=6 --increment-max=6 -1 ?l?u ?1?1?1?1?1?1
$ cudaHashcat-plus32.bin $(tail -c32 ~/Desktop/password.key):9ba76d19acb737e9 -m10 -a3 --increment-min=6 --increment-max=6 -1 ?l?s ?1?1?1?1?1?1
$ cudaHashcat-plus32.bin $(tail -c32 ~/Desktop/password.key):9ba76d19acb737e9 -m10 -a3 --increment-min=6 --increment-max=6 -1 ?a ?1?1?1?1?1?1

All masks work with cudaHashcat-lite v0.09 (except ?a, of course), so my suspicion is that this is a bug.

Hashes: 1 total, 1 unique salts, 1 unique digests
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Workload: 256 loops, 80 accel
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: GeForce 9500 GT, 1023MB, 1375Mhz, 4MCU
Device #1: Kernel ./kernels/4318/m0010_a3.sm_11.ptx

Please let me know if there is other data I can provide.
Thanks.
#2
Its a known and already fixed bug. Thanks for report.
#3
(10-26-2012, 10:09 AM)atom Wrote: Its a known and already fixed bug. Thanks for report.

Great! Thank you for the reply.