Error running on windows 10
#1
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.


Attached Files
.png   error.png (Size: 85.7 KB / Downloads: 22)
Reply
#2
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.
Reply
#3
(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. 

Code:
hashcat --show

Otherwise just open the potfile with a text editor to see your 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.
Reply