Generating more precise candidates
#1
Hi all,

Up until now, I've been using mostly masks for any hash attacks. I'm currently handling a case where I have a general idea of how a password is structured, but I don't have any information regarding any character placement, for example:

I know my password:

1. Is exactly 10 characters long
2. Contains 1 or 2 numbers
3. Contains 1 or 2 upper case characters
4. Contains exactly 1 special character
5. All other characters are lower case

There isn't any way for me to convey these rules into a mask since I'll need to know the character exact positions to actually be able to use this knowledge to my benefit.

How do you guys generate these precise candidates?
Reply


Messages In This Thread
Generating more precise candidates - by xabbix - 08-22-2021, 03:21 PM
RE: Generating more precise candidates - by hops - 08-22-2021, 03:40 PM