11-25-2021, 10:42 AM
(11-24-2021, 10:57 PM)Moreo Wrote: Even with only the NT Hash, it still tells me 0/1 recovered, I don't know if the problem comes from my hashes or if my hashcat has a problem
Hm, okay. Let's try it with a dictionary attack. Try this hash: 8846F7EAEE8FB117AD06BDD830B7586C
This is the NT(LM) Hash of the string "password". Try it with rockyou.txt
./hashcat -a 0 -m 1000 '8846F7EAEE8FB117AD06BDD830B7586C' rockyou.txt
If this works, try to put in your password of the hash you want to crack into the rockyou.txt and try to crack your hash again.