11-30-2010, 10:07 PM
Hi,
I am using hashcat for a while, and I thank you guys for this wonderful code.
I am trying to get Oclhashcat working on my cuda.
Actually my hashcat command line is
I try to do the same with ocl ; but it does not work !
According to the given example,
I can't specify the algo ? And what about "?l?l?l?l", is it mandotary ?
Thank you.
I am using hashcat for a while, and I thank you guys for this wonderful code.
I am trying to get Oclhashcat working on my cuda.
Actually my hashcat command line is
Code:
hashcat-cli.exe -a 0 -r rules\leetspeak.rule -m 1000 -o out.txt -n 2 hash.txt "D:\dics\dic_uniq.txt"
I try to do the same with ocl ; but it does not work !
According to the given example,
Code:
oclHashcat.exe example.hash ?l?l?l?l example.dict
Thank you.