No output file... why?
#1
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...
#2
(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
#3
dont work ....
#4
What is the exact command you are using?
#5
in your original example you have -output-file
you must use --output-file (notice 2 dashes)

or simply use -o out.txt
#6
Please do not give bad/wrong advices.

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


so it is --outfile or short -o
#7
my bad, should've looked up the exact "outfile" switch