Mask without Case
#1
Hello,

I've got the lower case password of a Hash. Now I want to Brute Force this hash, to get the case sensitive password. How can I do this?

Example:
lower case password: (known)            abcdefg
case sensitive password: (unknown)   aBcdeFg

How do I need to set the mask, to change the letters to brute force both upper and lower case?

Thanks,
Julian


Messages In This Thread
Mask without Case - by Stjubit - 12-11-2015, 09:47 PM
RE: Mask without Case - by Xanadrel - 12-11-2015, 10:01 PM
RE: Mask without Case - by Stjubit - 12-11-2015, 10:17 PM