Mask-Attack
#1
Hey guys,

so I am trying to crack my Apple Secure Notes hash, for explanation reasons I fabricated this one:
$ASN$*1*20000*d6ca2e9ae031d385b5fa1583652a7216*c6d6b20ff9c659b908a38e68a2a3c9c103b3c8af3256185e:Admin

I have created the following files:
charset1.hcchr
Content:
Code:
abdehimnoz123


and


my1.hcmask
content:
Code:
?b
?b?b
?b?b?b
?b?b?b?b
?b?b?b?b?b
?b?b?b?b?b?b
?b?b?b?b?b?b?b
?b?b?b?b?b?b?b?b
?b?b?b?b?b?b?b?b?
?b?b?b?b?b?b?b?b?b?b
?b?b?b?b?b?b?b?b?b?b?b
?b?b?b?b?b?b?b?b?b?b?b?b


and I try to run them all together like this:
Code:
.\hashcat.exe -m 16200 -a 3 -w 3 -1 .\charsets\charset1.hcchr  .\hash.txt .\masks\my1.hcmask

With the code I try to accomplish, for every ?b it replaces a letter from my charset.

The Problem is, the charset is not beeing utilised. So Hashcat takes the "?b" tries every possiblity of ?b as stated in the manuel.

Does anybody know, how I can code it, so it only takes my charset?

Thanks in advance for the help

Regards,
Degus22
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