06-22-2016, 07:33 PM
Read the docs:
cudaHashcat64.exe --help
Note: -o --outfile is wrong; choose either "-o" or "--outfile" followed by your output file. Most CLI programs give you a choice over short arguments or longer meaningful ones.
Read this, all of it: https://hashcat.net/wiki/doku.php?id=fre..._questions
and follow links from there if you don't understand something. Most of the time you can take an example command and change relevant bits.
As rico said, use the appropriate Office mode (see the docs). Your command will look something like:
cudaHashcat64.exe -a 3 -m 9500 -o C:\outputfile C:\hash.txt
That'll run a bruteforce using the default masks; change the paths as appropriate.
cudaHashcat64.exe --help
Note: -o --outfile is wrong; choose either "-o" or "--outfile" followed by your output file. Most CLI programs give you a choice over short arguments or longer meaningful ones.
Read this, all of it: https://hashcat.net/wiki/doku.php?id=fre..._questions
and follow links from there if you don't understand something. Most of the time you can take an example command and change relevant bits.
As rico said, use the appropriate Office mode (see the docs). Your command will look something like:
cudaHashcat64.exe -a 3 -m 9500 -o C:\outputfile C:\hash.txt
That'll run a bruteforce using the default masks; change the paths as appropriate.