07-21-2022, 03:45 AM
(This post was last modified: 07-21-2022, 03:47 AM by veysel.macit.
Edit Reason: misspells
)
I want to start a mask attack for a password I remembered some of part. but I am not sure how I can do it.
basically rule is like that:
(. ! .! !. null)(4 or 5 digit int)KnownPartOfTheKey(4 or 5 digit int)(. ! .! !. null)
and minimum is 25 character.
null means it can be empty and there may not be a anything there instead of !, ., .!, !.
how can mask written for this rules?
basically rule is like that:
(. ! .! !. null)(4 or 5 digit int)KnownPartOfTheKey(4 or 5 digit int)(. ! .! !. null)
and minimum is 25 character.
null means it can be empty and there may not be a anything there instead of !, ., .!, !.
how can mask written for this rules?