Problem with -l and -s
#3
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"


Messages In This Thread
Problem with -l and -s - by crackbox - 10-15-2010, 11:47 PM
RE: Problem with -l and -s - by D3ad0ne - 10-16-2010, 12:26 AM
RE: Problem with -l and -s - by crackbox - 10-16-2010, 07:34 PM
RE: Problem with -l and -s - by Rolf - 10-16-2010, 07:55 PM
RE: Problem with -l and -s - by D3ad0ne - 10-16-2010, 10:25 PM
RE: Problem with -l and -s - by crackbox - 10-17-2010, 07:43 PM
RE: Problem with -l and -s - by atom - 10-18-2010, 03:45 PM