increase maximum password length supported by kernel - 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: increase maximum password length supported by kernel (/thread-8117.html) Pages:
1
2
|
RE: increase maximum password length supported by kernel - hashcatlinux - 02-02-2019 lol! right..!so in which way hashcat could find the password into a hash of win7 like this-> Administrator:500:aad3b434s51404eeadfs2435b51404ee:64e3930asf168097d5aea4rf0ed5f903::: to cut it in 2 1st -> aad3b434s51404eeadfs2435b51404ee 2nd-> 64e3930asf168097d5aea4rf0ed5f903 ? -m 1000 is right? could you tell me the whole syntax? thank you again RE: increase maximum password length supported by kernel - atom - 02-05-2019 The first one is the typical empty hash in LM, so useless because not used. The second one is the NTLM, you can try to crack it with -m 1000. |