10-16-2010, 07:34 PM
I apologize if these questions have already been answered but I couldn't find it in the docs / forum
Part one (My Ignorance):
This works just fine:
oclhashcat.exe hash_file dictionary_file ?l
Doesn't:
oclhashcat.exe hash_file dictionary_file
Is there a a way to make OCL pass all the way through the dictionary without appending
Part 2, Distributed:
So this is the command that I want to be running:
oclhashcat.exe -s start_index -l stop_index hash_file dictionary_file
but then it doesn't like no having a right side so I'm force to run:
oclhashcat.exe -s start_index -l stop_index hash_file dictionary_file ?l
and when I run that command it returns "ERROR: parameter --words-limit is temporary unuseable"
Part one (My Ignorance):
This works just fine:
oclhashcat.exe hash_file dictionary_file ?l
Doesn't:
oclhashcat.exe hash_file dictionary_file
Is there a a way to make OCL pass all the way through the dictionary without appending
Part 2, Distributed:
So this is the command that I want to be running:
oclhashcat.exe -s start_index -l stop_index hash_file dictionary_file
but then it doesn't like no having a right side so I'm force to run:
oclhashcat.exe -s start_index -l stop_index hash_file dictionary_file ?l
and when I run that command it returns "ERROR: parameter --words-limit is temporary unuseable"