correct command line
#16
You're almost there...just have to define your attack mode and alter your output parameter. I don't think you've actually read anything previous people have suggested. 

Take your time to read the wiki page because it'll explain everything for you and will help you learn its functionality rather than just asking the community for an answer.  Take some responsibility, bumping a thread isn't going to help if you're not listening to begin with.

Heres how hashcat works:

hashcat64.exe [options]... hash|hashfile|hccapxfile [dictionary|mask|directory]...

So if you're not getting anywhere with your hash running you probably don't have your command correct. 

Let's compare:

hashcat64.exe (good)
-w 4  (maxing workload - good)
missing attack mode (-a look it up on the wiki)
-m 13721 (veraCrypt Hash - good)
---veracrypt-pim=******** (too many dashes - bad, wrong syntax)
 -outfile=hits.txt (bad, wrong syntax)
MyEncryption.hc (hashes - good)
dict.txt (wordlist - good)


Just need to tune it up and should be good to go.


Messages In This Thread
correct command line - by iiidefconiii - 10-05-2017, 04:43 PM
RE: correct command line - by royce - 10-05-2017, 05:00 PM
RE: correct command line - by iiidefconiii - 11-11-2017, 11:49 AM
RE: correct command line - by undeath - 11-11-2017, 12:05 PM
RE: correct command line - by iiidefconiii - 11-15-2017, 06:29 PM
RE: correct command line - by undeath - 11-15-2017, 06:54 PM
RE: correct command line - by iiidefconiii - 11-15-2017, 07:36 PM
RE: correct command line - by undeath - 11-16-2017, 02:24 AM
RE: correct command line - by iiidefconiii - 11-16-2017, 02:55 AM
RE: correct command line - by iiidefconiii - 11-16-2017, 07:25 PM
RE: correct command line - by philsmd - 11-16-2017, 09:28 PM
RE: correct command line - by iiidefconiii - 11-23-2017, 06:56 PM
RE: correct command line - by iiidefconiii - 12-04-2017, 08:20 PM
RE: correct command line - by philsmd - 12-04-2017, 08:51 PM
RE: correct command line - by iiidefconiii - 12-22-2017, 02:25 AM
RE: correct command line - by slyexe - 12-22-2017, 04:29 AM
RE: correct command line - by iiidefconiii - 12-23-2017, 12:42 PM
RE: correct command line - by philsmd - 12-23-2017, 02:32 PM
RE: correct command line - by iiidefconiii - 12-23-2017, 02:59 PM
RE: correct command line - by philsmd - 12-23-2017, 03:15 PM
RE: correct command line - by iiidefconiii - 12-23-2017, 03:34 PM
RE: correct command line - by iiidefconiii - 12-25-2017, 09:26 AM
RE: correct command line - by undeath - 12-23-2017, 03:43 PM
RE: correct command line - by iiidefconiii - 12-23-2017, 03:48 PM
RE: correct command line - by royce - 12-25-2017, 08:47 PM