Help Please
#3
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.


Messages In This Thread
Help Please - by mearlski - 06-22-2016, 03:38 PM
RE: Help Please - by rico - 06-22-2016, 05:59 PM
RE: Help Please - by FlippingGerman - 06-22-2016, 07:33 PM
RE: Help Please - by kiara - 06-22-2016, 08:28 PM
RE: Help Please - by mearlski - 06-22-2016, 10:34 PM