unknown option -- output-file=cracked.txt
#2
see hashcat-cli32.exe --help and/or wiki (especially https://hashcat.net/wiki/doku.php?id=hashcat#options )

The option you are looking for is:
Code:
-o,  --outfile=FILE                Define outfile for recovered hash

Therefore
Code:
hashcat-cli32.exe -m 10 --outfile=cracked.txt --remove hash.txt wordlists/
should work


Messages In This Thread
RE: unknown option -- output-file=cracked.txt - by philsmd - 09-30-2014, 01:38 PM