oclHashcat-plus silently truncates password candidates to 15 characters
#3
What version were you using? Me, I don't have the "Password lengths range: 1 - 15" message you have! Smile Maybe it's because you are on Windows wheras I am on Linux.

Anyway, using oclHashcat-plus-0.05, here is the output I get, and the steps to reproduce:

$ echo -n admin123admin123 | md5sum | cut -d' ' -f1 | tee admin123.md5
4baee7411b65cadc2c33bdc3a3155e06
$ echo admin123 > admin123.dic
$ cat > dup.rule <<'EOF'
:
d
EOF
$ /opt/oclHashcat-plus/cudaHashcat-plus -m 0 admin123.md5 admin123.dic -r dup.rule
cudaHashcat-plus v0.5 by atom starting...

Hashes: 1
Salts: 1
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Rules: 2
Platform: NVidia compatible platform found
Watchdog: Temperature limit set to 90c
Device #1: GeForce GTX 460, 1023MB, 1300Mhz, 7MCU

Starting attack in wordlist file mode...


Status.......: Exhausted
Hash.Type....: MD5
Input.Mode...: File (admin123.dic)
Time.Running.: 1 sec
Time.Left....: 0 secs
Speed........: 0/s
Recovered....: 0/1 Digests, 0/1 Salts
Progress.....: 2/2 (100.00%)
HW.Monitor.#1: 0% GPU, 52c Temp

Started: Sun Sep 11 15:32:59 2011
Stopped: Sun Sep 11 15:33:00 2011
$


Messages In This Thread
RE: oclHashcat-plus silently truncates password candidates to 15 characters - by lanjelot - 09-11-2011, 03:40 PM