wrong dict size?
#1
Hi,

I found a possible bug with oclhashcat v0.25. I wanted to know if anyone else have the same issue...

When using the following syntax:
cudaHashcat32.exe -m 0 -o test.out -n 1 ../32_hex.txt -1 ?d ../dico/rockyou.txt -j $d$u ?1?1?1?10
i can read
cudaHashcat32.exe -m 0 -o test.out -n 1 ../32_hex.txt -1 ?d ../dico/rockyou.txt -j $d$u ?1?1?1?10 Wrote:...
Mode.Left.: Dict '../dico/rockyou.txt' (13690308)
Mode.Right: Mask '?1?1?1?10' (10000)
...
Running...: 6 secs
Estimated.: 9 mins, 58 secs

but when replacing "-m 0" by "-m 1000" :
cudaHashcat32.exe -m 1000 -o test.out -n 1 ../32_hex.txt -1 ?d ../dico/rockyou.txt -j $d$u ?1?1?1?10 Wrote:...
Mode.Left.: Dict '../dico/rockyou.txt' (279909)
Mode.Right: Mask '?1?1?1?10' (10000)
...
Running...: 1 sec
Estimated.: 8 secs

see full log: pastebin.com/1qyZiDhF

Edit:
same syntax without rules, without "-n 1" and not using "-1":
cudaHashcat32.exe -m 0 -o test.out ../32_hex.txt ../dico/rockyou.txt ?d?d?d?d0 Wrote:...
Mode.Left.: Dict '../dico/rockyou.txt' (14100048)
cudaHashcat32.exe -m 1000 -o test.out ../32_hex.txt ../dico/rockyou.txt ?d?d?d?d0 Wrote:...
Mode.Left.: Dict '../dico/rockyou.txt' (4733978)


Messages In This Thread
wrong dict size? - by San - 04-11-2011, 02:36 AM
RE: wrong dict size? - by Xanadrel - 04-11-2011, 08:37 AM
RE: wrong dict size? - by atom - 04-11-2011, 01:00 PM