Posts: 2
Threads: 1
Joined: Nov 2016
11-05-2016, 11:53 PM
(This post was last modified: 11-23-2016, 02:05 AM by hashcatMaster21.)
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!
Posts: 259
Threads: 13
Joined: Jun 2016
Posts: 32
Threads: 7
Joined: Mar 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.
Posts: 2
Threads: 1
Joined: Nov 2016
(11-06-2016, 10:41 AM)kiara Wrote: PACK 0.4
http://thesprawl.org/projects/pack/
Thank you!