Cracking utf-8 encoded passwords with mask-attack - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: User Contributions (https://hashcat.net/forum/forum-25.html) +--- Thread: Cracking utf-8 encoded passwords with mask-attack (/thread-2613.html) |
Cracking utf-8 encoded passwords with mask-attack - atom - 09-10-2013 For those, who haven't seen it, here's a nice Blog about how to crack utf8 with masks. http://www.rurapenthe.me/2013/09/cracking-hashes-with-other-language.html Thanks to rurapenthe RE: Cracking utf-8 encoded passwords with mask-attack - mastercracker - 09-10-2013 This seems to be good stuff. I will try it for sure. RE: Cracking utf-8 encoded passwords with mask-attack - Socapex - 10-05-2013 Very interesting indeed. I use only UTF8 multi-language lists, but a UTF8 bruteforce would be quite a nice feature I guess. Though it would double the keyspace. Imagine training your markov mode in multilanguage RE: Cracking utf-8 encoded passwords with mask-attack - rurapenthe - 02-20-2018 (09-10-2013, 10:08 AM)atom Wrote: For those, who haven't seen it, here's a nice Blog about how to crack utf8 with masks. Hi All, Just wanna update the URL as the one above won't work: http://blog.bitcrack.net/2013/09/cracking-hashes-with-other-language.html Thx RE: Cracking utf-8 encoded passwords with mask-attack - wakawaka - 09-12-2018 has anyone done a mask on Chinese before ?, there seem to be so many sets in utf that i dont know if its worth it to brute force. 20,976 basic Chinese characters in the range U+4E00 through U+9FEF, not including other exrtensions in utf. if there is a good wordlist for chinese simplified do let me know, this might be a better approach RE: Cracking utf-8 encoded passwords with mask-attack - rurapenthe - 09-12-2018 The Chinese char sets are pretty complicated. Also stringing random characters in Chinese together does not give you a lot of random "positives" like it would with A-Z in English. Also if your algo is slow, brute-forcing this set is going to take forever. My recommendation is a good wordlist with rules. I'll let others comment on here too... |