hashcat Forum
mask order unknown? - 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: mask order unknown? (/thread-6606.html)



mask order unknown? - doulomb - 05-29-2017

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


RE: mask order unknown? - philsmd - 05-29-2017

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)


RE: mask order unknown? - doulomb - 05-29-2017

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