mask order unknown?
#1
Hey there,

I'm trying to crack a certain hash and I know the password requirements which are:

Quote:Your password must have at least one uppercase letter, one lowercase letter, one special character, and one number.

and also must be at least 8 characters.

So assuming its 8 or more and that there will be more than one upper and lower and probably just one special and one number how could I make this mask with the order not known?

Thanks

-doulomb
#2
use policygen from PACK (http://thesprawl.org/projects/pack/), i.e. the use of .hcmask files is needed (and PACK can generate them for you)
#3
Thank you that is exactly what I needed.

I didn't know how to come up with a search term that would work since its sort of a complicated idea.

thanks