oclhash question about length
#5
Thank you for your answers.
It works better with 4 at left you're right.

Another question :
the mask ?d?d?d?d will crack only password of 4 digits isn't it ?
According to my test it will not crack the password '123'.

How can I specify, like in hashcat, the lenght ?
Code:
--bf-pw-min 1 --bf-pw-max 9

If it is not possible, must I have to write something like :

Code:
oclHashcat.exe hashes.txt -m 0 -o res.txt ?d
oclHashcat.exe hashes.txt -m 0 -o res.txt ?d ?d
oclHashcat.exe hashes.txt -m 0 -o res.txt ?d?d ?d
oclHashcat.exe hashes.txt -m 0 -o res.txt ?d?d ?d?d
...
in order to crack all digits from 1 to 9 length ?
Thank you


Messages In This Thread
oclhash question about length - by pyr - 12-12-2010, 09:03 PM
RE: oclhash question about length - by Rolf - 12-13-2010, 12:22 AM
RE: oclhash question about length - by atom - 12-13-2010, 02:43 PM
RE: oclhash question about length - by Rolf - 12-13-2010, 06:50 PM
RE: oclhash question about length - by pyr - 12-14-2010, 09:09 AM
RE: oclhash question about length - by atom - 12-14-2010, 11:12 AM
RE: oclhash question about length - by pyr - 12-14-2010, 10:29 PM
RE: oclhash question about length - by Rolf - 12-14-2010, 11:20 PM
RE: oclhash question about length - by pyr - 12-15-2010, 09:05 AM
RE: oclhash question about length - by atom - 12-15-2010, 09:34 PM
RE: oclhash question about length - by pyr - 12-16-2010, 10:59 PM
RE: oclhash question about length - by Rolf - 12-17-2010, 10:40 AM