hashcat Forum
how to make this mask? - 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: how to make this mask? (/thread-6016.html)



how to make this mask? - hashcatMaster21 - 11-05-2016

I have an 8 character password, I know it has 2 upper, 2 lower, 2 digits, 2 special. How do I make a mask?

UPDATE:
Thank you all for your help!


RE: how to make this mask? - kiara - 11-06-2016

PACK 0.4
http://thesprawl.org/projects/pack/


RE: how to make this mask? - bigblacknose - 11-06-2016

Yes, look at the link kiara provided and learn how to use that tool.
You need to generate all combinations of the masks and feed that mask file to HC.

I'm not that good at combinatorics, but I get a feeling the total number of combinations are 8! (factorial function).
8*7*6*5*4*3*2*1

So it's a couple of masks. But it's doable.


RE: how to make this mask? - hashcatMaster21 - 11-23-2016

(11-06-2016, 10:41 AM)kiara Wrote: PACK 0.4
http://thesprawl.org/projects/pack/

Thank you!