Need help.
#1
I can't get hashcat to run, i think i have made a mistake somewhere.

Can anyone help me, thanks alot.

[Image: 5lB1x.png]

[Image: 5lB2s.png]
#2
you can only use the options available in --help. Therefore use
Code:
-o cracked.txt

where -o cracked.txt is the same as --outfile cracked.txt

run
Code:
hashcat-cli64.exe --help
to see all available options
#3
(11-18-2013, 02:26 AM)philsmd Wrote: you can only use the options available in --help. Therefore use
Code:
-o cracked.txt

where -o cracked.txt is the same as --outfile cracked.txt

run
Code:
hashcat-cli64.exe --help
to see all available options

Thanks for the help.