Ready to Start Your Career?

By: bachan
November 2, 2016
How to Crack LM and NTLM Hash: CudaHashcat

By: bachan
November 2, 2016
Hi, guys!Today I will show you how to crack windows password hashes.Tools used:
Did you like this article? Here's a related post.
- CudaHashcat
- Cain and Abel
- A strong dictionary
- Run Cain and Abel as admin.
- Click on the cracker tab.
- Now click on the LM and NTLM hashes.
- Now click on the blue button(add button blue color symbol)
- Now add the SAM and SYSTEM file here (if you don't know how to extract these files then please stop reading and follow the video link below)
- Now extract NThashes from the files and copy-paste it into a new text file and save it with the extension .hash
- Copy the hash file into the hashcat folder.
- Run cmd as admin.
- Go into the hashcat folder from cmd.
- Run the following command ::
- hashcat -m 1000 password.hash rockyou.txt (m=mode of cracking , 1000 for NTLM hashes)
- Check status and if the password is cracked or not.
Did you like this article? Here's a related post.