Posts: 2
Threads: 1
Joined: Nov 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...
Posts: 36
Threads: 5
Joined: Mar 2013
(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
Posts: 2
Threads: 1
Joined: Nov 2014
Posts: 6
Threads: 3
Joined: Aug 2012
What is the exact command you are using?
Posts: 313
Threads: 44
Joined: Aug 2011
in your original example you have -output-file
you must use --output-file (notice 2 dashes)
or simply use -o out.txt
Posts: 2,267
Threads: 16
Joined: Feb 2013
Please do not give bad/wrong advices.
--help shows
-o, --outfile=FILE Define outfile for recovered hash
so it is --outfile or short -o
Posts: 313
Threads: 44
Joined: Aug 2011
my bad, should've looked up the exact "outfile" switch