User:Hash Saving Syntax?
#2
See wiki and --help:

You need to do it in 2 steps.
1. crack the hashes:

Code:
oclHashcat64.exe -m 0 --username hash.txt wordlist/rockyou.txt

2. display the hashes w/ --show

Code:
oclHashcat64.exe -m 0 --username --show --outfile-format 2 hash.txt

You can also use
Code:
oclHashcat64.exe -m 0 --username --show --outfile cracked.txt --outfile-format 2 hash.txt

if you want to redirect the output to that specific file.


Messages In This Thread
User:Hash Saving Syntax? - by HashMonster - 09-29-2014, 07:41 AM
RE: User:Hash Saving Syntax? - by philsmd - 09-29-2014, 09:34 AM
RE: User:Hash Saving Syntax? - by HashMonster - 09-29-2014, 03:38 PM
RE: User:Hash Saving Syntax? - by philsmd - 09-29-2014, 05:51 PM