creating a mask
#2
maskprocessor can be used for this situation (the -q parameter can be used) and the output can be piped into hashcat:

Code:
mp64 -q 2 -1 abc ?1?1?1 | hashcat -a 0 -m 0 -w 4 hash.txt


Messages In This Thread
creating a mask - by slayerdiangelo - 06-28-2017, 01:56 PM
RE: creating a mask - by philsmd - 06-28-2017, 03:37 PM
RE: creating a mask - by slayerdiangelo - 06-28-2017, 07:02 PM
RE: creating a mask - by slayerdiangelo - 06-28-2017, 07:04 PM
RE: creating a mask - by atom - 06-29-2017, 10:58 AM