Mask ignored
#3
(12-05-2022, 09:49 PM)b8vr Wrote: The length of the candidate will be the length of the candidate from the wordlist + your mask, so if you have a mask of 7-8 characters, you will quickly get candidates of length 11 and above.
Also, why use -1, -2 and -3 on so simple masks? Just use ?u?l?u?l?l?d?d?d
I guess what you really want here is the -a3 and not the -a6.

Yes  ?u?l?u?l?l?l?d?d?d is the mask I tried first but I didn't know it's appending this mask to the wordlist instead of incorporating it in the total password mask. Thanks for that!

Now Brute forcing it since I know the composition of the PW would work better you are right. However I created a mask list with policygen for passwords that consist of 2 caps, 4 lowers and 3 numbers. Is there a way to combine this with a wordlist? 

So for example a wordlist consists of only lower letters but looks at the provided masks and tries the word with each possible combination of 2 caps and additional numbers? That would really rock! Smile
Reply


Messages In This Thread
Mask ignored - by PolarBear77 - 12-05-2022, 08:54 PM
RE: Mask ignored - by b8vr - 12-05-2022, 09:49 PM
RE: Mask ignored - by PolarBear77 - 12-05-2022, 11:39 PM
RE: Mask ignored - by b8vr - 12-06-2022, 08:07 PM
RE: Mask ignored - by PolarBear77 - 12-07-2022, 06:15 PM