12-14-2010, 09:09 AM
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 ?
If it is not possible, must I have to write something like :
in order to crack all digits from 1 to 9 length ?
Thank you
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
...
Thank you