See wiki and --help:
You need to do it in 2 steps.
1. crack the hashes:
2. display the hashes w/ --show
You can also use
if you want to redirect the output to that specific file.
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.