Please note, this is a STATIC archive of website hashcat.net from October 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: how to make this mask?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
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.
(11-06-2016, 10:41 AM)kiara Wrote: [ -> ]PACK 0.4
https://thesprawl.org/projects/pack/

Thank you!