(01-06-2012, 03:51 PM)atom Wrote: remove the -1
Sorry to keep being a pain, but I did that as well, as pictured below:
Which command would you use to crack a list of SHA-1 hashes (hash003.txt in this particular case), using lowercase,uppercase, and digits via bruteforce?
I was using another app called releasecracker, but it only loads 3042 hashes at a time, and is rather inefficient and slow compared to this cracker, which is why I'm really focused on getting it to work.
Thanks again!
Ok, I finally got this command line to work: oclHashcat-plus64 -a 3 hash003.txt ?l?l?l?l?l?l?l?l -m 100 -o cracked.txt
However, is there a way to use parameters to define the cracking method so that it will attempt to crack the hashes.txt list with uppercase, lowercase, and digits AND be 9 chars long?