Help making custom charset/rule
#11
Quote:Is 10 chars total
Is only the hexadecimal chars, 1 to F (Uppercase)

with maskprocessor

Code:
mp64.bin -1 123456789ABCDEF ?1?1?1?1?1?1?1?1?1?1

Quote:Contains at least 1 digit
Contains at least 1 letter

pipe it through req.bin from hashcat-utils:

Code:
mp64.bin -1 123456789ABCDEF ?1?1?1?1?1?1?1?1?1?1 | req.bin 6 > out

Quote:Same letter or digit may only exist twice in same key
At least one letter or digit exist twice in same key

you can not do it yet. however, you could not do it with markov either...


Messages In This Thread
Help making custom charset/rule - by ZerXes - 03-26-2012, 07:04 PM
RE: Help making custom charset/rule - by james123 - 03-26-2012, 07:22 PM
RE: Help making custom charset/rule - by ZerXes - 03-26-2012, 07:41 PM
RE: Help making custom charset/rule - by atom - 03-27-2012, 03:18 PM
RE: Help making custom charset/rule - by Hash-IT - 03-27-2012, 04:20 PM
RE: Help making custom charset/rule - by atom - 03-28-2012, 10:11 AM
RE: Help making custom charset/rule - by Hash-IT - 03-28-2012, 03:09 PM
RE: Help making custom charset/rule - by ZerXes - 03-27-2012, 08:23 PM
RE: Help making custom charset/rule - by atom - 03-28-2012, 10:11 AM
RE: Help making custom charset/rule - by ZerXes - 03-28-2012, 05:51 PM
RE: Help making custom charset/rule - by atom - 03-28-2012, 08:50 PM
RE: Help making custom charset/rule - by Hash-IT - 03-29-2012, 12:29 AM
RE: Help making custom charset/rule - by atom - 03-29-2012, 10:09 AM
RE: Help making custom charset/rule - by Hash-IT - 03-29-2012, 03:43 PM
RE: Help making custom charset/rule - by ZerXes - 03-29-2012, 05:52 PM