hashcat Forum
No output file... why? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html)
+--- Thread: No output file... why? (/thread-3863.html)



No output file... why? - torronto - 11-28-2014

I'm trying to crack some MD5 hashes but i have a problem with output file, which is not being created. I'm using oclHashcat. When i try SHA1 Hash it works but with MD5 not... why?

cudahashcat64.exe -m 0 -output-file=cracked.txt --remove hash.txt wordlists

i deleted hashcat.pot but the same problem...


RE: No output file... why? - hannhimhe - 11-30-2014

(11-28-2014, 08:36 PM)torronto Wrote: I'm trying to crack some MD5 hashes but i have a problem with output file, which is not being created. I'm using oclHashcat. When i try SHA1 Hash it works but with MD5 not... why?

cudahashcat64.exe -m 0 -output-file=cracked.txt --remove hash.txt wordlists

i deleted hashcat.pot but the same problem...

Use --output-file or -o


RE: No output file... why? - torronto - 12-01-2014

dont work ....


RE: No output file... why? - abc882 - 12-02-2014

What is the exact command you are using?


RE: No output file... why? - forumhero - 12-03-2014

in your original example you have -output-file
you must use --output-file (notice 2 dashes)

or simply use -o out.txt


RE: No output file... why? - philsmd - 12-03-2014

Please do not give bad/wrong advices.

--help shows
-o, --outfile=FILE Define outfile for recovered hash


so it is --outfile or short -o


RE: No output file... why? - forumhero - 12-03-2014

my bad, should've looked up the exact "outfile" switch