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...
(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
What is the exact command you are using?
in your original example you have -output-file
you must use --output-file (notice 2 dashes)
or simply use -o out.txt
Please do not give bad/wrong advices.
--help shows
-o, --outfile=FILE Define outfile for recovered hash
so it is --outfile or short -o
my bad, should've looked up the exact "outfile" switch