hashcat Forum
Mask help - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html)
+--- Thread: Mask help (/thread-4046.html)



Mask help - hc12 - 02-05-2015

I have a password hash I'm trying to crack. There is a pattern with previous found passwords in the group in that they all repeat 1 character once, and they're all the same length. How can I create a mask to brute force all passwords of the set length while making sure each generated guess repeats only 1 of the characters once? For example, I'd like it to guess:
abcd12345a
abcd12345b
...
abcd123455

but NOT guess:
abcd123456 (all characters unique)
abcd1234aa (1 character repeated more than twice)
abcd1234ab (2 characters repeated twice)


RE: Mask help - undeath - 02-05-2015

For password policies have a look at PACK: http://thesprawl.org/projects/pack/


RE: Mask help - rajtekkenx1 - 08-13-2015

Use MaskProcessor And try For A while Hope you Get your Problem Solved