hashcat Forum
mask password without 3 or more recurring characters - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip (https://hashcat.net/forum/forum-28.html)
+--- Thread: mask password without 3 or more recurring characters (/thread-5662.html)



mask password without 3 or more recurring characters - postak05 - 07-17-2016

Hello,

    is it possible to use mask, but exclude all passwords containing 3 or more same characters in row(case insensitive)?

Example of passwords to avoid (with marked repetition):

aaabcdefgh
qwertyyyyyy
zzyyrrrooee
qwEeE110

Example of passwords not to avoid:
qqwweerrttyy
12312312311211
aabababa


My idea is, that there's really low probability, that generated password will contain 3 or more same characters in row. Also there are (probably) no words containing 3 or more same characters in row. So we can dramatically lower the count of passwords we must check.

Thanks in advance!

postak


RE: mask password without 3 or more recurring characters - atom - 07-17-2016

maskprocessor can do that for "aaa", but not for different cases like "EeE".


RE: mask password without 3 or more recurring characters - postak05 - 07-17-2016

Thanks! I will try to find... Is there posibility for "case insensitive" situation in future release? I'm using Hashtopus (distributed cracking) and when using maskprocessor I have to prepare wordlist (huge) first :-(. Would be nice to implement "--seq-max=" and "--occurence-max=" options directly to Hashcat :-)

edit: oh, "--seq-max=2" option

Thanks anyway for great work!


RE: mask password without 3 or more recurring characters - atom - 07-18-2016

No, can't work from within hashcat