Custom rule/mask not working
#2
maybe you should give some examples of plains which hashcat should try.

what do you mean by
"I want to try at the end all ?l?d?s possibilities"

do you mean the mix of them OR first of the 3 is a lower-case char, second is a digit and third is a special char

If you want to try all 3 at the same positions you need to define another custom charset (http://hashcat.net/wiki/doku.php?id=mask...m_charsets ) -2 for instance and use it:
-1 3e -2 ?l?d?s "AAA B?1?1C DDDD?2"

You also should be more clear on the length of the password
is it 14 or 16 or variable ?
From the --pw-min values I think it is variable, therefore you need to use it as such:
-1 3e -2 ?l?d?s "AAA B?1?1C DDDD?2?2?2?2?2?2?2"

Furhermore, the two ?1 mean there are 2 positions in the password that are either "3" or "a".

For more details and explanations, see http://hashcat.net/wiki/doku.php?id=mask_attack


Messages In This Thread
Custom rule/mask not working - by illera88 - 04-03-2014, 08:44 PM
RE: Custom rule not working - by philsmd - 04-03-2014, 08:54 PM
RE: Custom rule/mask not working - by illera88 - 04-03-2014, 09:31 PM
RE: Custom rule/mask not working - by undeath - 04-04-2014, 08:29 AM
RE: Custom rule/mask not working - by undeath - 04-10-2014, 04:10 PM
RE: Custom rule/mask not working - by epixoip - 04-10-2014, 06:55 PM