12-30-2014, 05:50 AM
Your syntax is incorrect. Look at the usage again.
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:
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