Mask-Attack
#2
You're not far off, but your using hashcats predefined character set rather than using your custom character set. 

So you've already defined -1 as your charset1.hcchr file so that will be what you will need to put into your hcmask file rather than ?b

my1.hcmask
Code:
?1
?1?1
?1?1?1
etc..

You can also accomplish this by using increments (-i) and defining minimum and maximum attack lengths.

Code:
hashcat.exe -m 16200 -w 3 -a 3 -i --increment-min 1 --increment-max 12 -1 abdehimnoz123 .\hash.txt ?1?1?1?1?1?1?1?1?1?1?1?1

This will attempt your custom character set from 1 character long to 12 characters long.
Reply


Messages In This Thread
Mask-Attack - by Degus22 - 11-06-2021, 12:14 AM
RE: Mask-Attack - by slyexe - 11-06-2021, 03:11 AM
RE: Mask-Attack - by Degus22 - 11-06-2021, 10:07 AM
RE: Mask-Attack - by Degus22 - 11-06-2021, 10:41 PM
RE: Mask-Attack - by royce - 11-08-2021, 08:45 AM
RE: Mask-Attack - by Degus22 - 11-10-2021, 10:47 PM
RE: Mask-Attack - by Snoopy - 11-11-2021, 03:22 PM
RE: Mask-Attack - by Snoopy - 11-09-2021, 07:15 PM
RE: Mask-Attack - by waqas366 - 11-12-2021, 02:53 PM