Hashcat noob need help! - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: Hashcat noob need help! (/thread-4678.html) |
Hashcat noob need help! - Hi_Guys - 09-14-2015 Hi guys! I'm trying to understand hashcat because it's the fast password cracking service. I tried to crack a LM code. But I dont understand how I need to make a tablet that cracks my LM hash. hashcat -m 3000 -a 0 hashes/hash.txt It could be a NTLM too but I dont know that. Help is helpful! RE: Hashcat noob need help! - atom - 09-18-2015 Native pwdump format is supported. You just need to set the -m mode so that oclHashcat knows which type of hashes you want to crack. |