hashcat Forum
Need help. - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: Need help. (/thread-2836.html)



Need help. - preben - 11-18-2013

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]


RE: Need help. - philsmd - 11-18-2013

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


RE: Need help. - preben - 11-18-2013

(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.