Newbie questions
#9
Your syntax is incorrect. Look at the usage again.

Code:
Usage: oclHashcat64 [options]... hash|hashfile|hccapfile [dictionary|mask|directory]...

Further, the default mode is 0 so you do not need to specify it. And the default outfile format is 3, so you don't need to specify that either.

So your command is better written as:

Code:
oclHashcat64 -o results.txt hash.txt Dictionaries


Messages In This Thread
Newbie questions - by k3yw0rm - 12-30-2014, 04:14 AM
RE: Newbie questions - by epixoip - 12-30-2014, 04:16 AM
RE: Newbie questions - by k3yw0rm - 12-30-2014, 04:21 AM
RE: Newbie questions - by epixoip - 12-30-2014, 04:26 AM
RE: Newbie questions - by k3yw0rm - 12-30-2014, 04:28 AM
RE: Newbie questions - by coolbry95 - 12-30-2014, 04:39 AM
RE: Newbie questions - by k3yw0rm - 12-30-2014, 04:50 AM
RE: Newbie questions - by k3yw0rm - 12-30-2014, 05:04 AM
RE: Newbie questions - by epixoip - 12-30-2014, 05:50 AM