Error running on windows 10 - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Error running on windows 10 (/thread-10319.html) |
Error running on windows 10 - g00ngz - 09-04-2021 Hey all, I'm having trouble figuring out why hashcat is producing this error. I've got the right nvidia drivers and nvidia cuda toolkit installed. I'm running AMD cpu and nvidia MX450 gpu. I've attached a screenshot. What's odd is the first time I ran it, it worked. But every other time I ran it, it produced this same error every time. RE: Error running on windows 10 - slyexe - 09-04-2021 Hashcat has already cracked all the hashes within the hash file you supplied. Run hashcat with --show command to display the cracked hashes. Code: hashcat --show Otherwise just open the potfile with a text editor to see your cracked hashes. RE: Error running on windows 10 - g00ngz - 09-05-2021 (09-04-2021, 07:25 PM)slyexe Wrote: Hashcat has already cracked all the hashes within the hash file you supplied. Run hashcat with --show command to display the cracked hashes. oh my gad, I'm a dummy hahah..thanks for that Slyexe!! As you can tell it was my first time using the tool. The error messages threw me off. |