Mask setup
#1
Hello,

I'm trying to specify a particular mask for brute force. I currently use the following argument:

Code:
?u?d ?1?1?1?1?1?1?1?1

8 digits, uppercase only, all numerical

However, I know for a fact the password has a maximum/minimum of 4 upper case letters and 4 numerical. They can be anywhere in this 8 digit sequence.

Example:

Code:
A56BG76Y
R3T123GE
5F3TY5Q8

How can I specify this? Thanks


Messages In This Thread
Mask setup - by JulioQc - 05-06-2014, 09:45 PM
RE: Mask setup - by coolbry95 - 05-06-2014, 09:57 PM
RE: Mask setup - by JulioQc - 05-06-2014, 10:30 PM
RE: Mask setup - by undeath - 05-06-2014, 10:32 PM
RE: Mask setup - by JulioQc - 05-06-2014, 11:11 PM
RE: Mask setup - by undeath - 05-07-2014, 12:22 AM
RE: Mask setup - by JulioQc - 05-07-2014, 04:24 AM
RE: Mask setup - by atom - 05-08-2014, 11:25 AM