Mask-Attack
#7
(11-08-2021, 08:45 AM)royce Wrote: The links you listed illustrate how to do that. It's comma-separated and order-dependent, so these are equivalent:

cmdline:
-1 ?l?u ?1?1?1

file:
?l?u,?1?1?1

... and:

cmdline:
-1 ?l?u -2 ?u?d ?1?2?2

file:
?l?u,?u?d,?1?2?2

... etc.
Thanks for your reply
I understand that part, but I still dont know how to integrate my custom charset.

(11-09-2021, 07:15 PM)Snoopy Wrote: i think the problem is, if you use maskfiles, you have to define your charset INSIDE this file, so a proper solution would be

my1.hcmask:
abdehimnoz123,?1?1?1?1?1?1?1?1?1?1?1?1

.\hashcat.exe -m 16200 -a 3 -w 3 --increment .\hash.txt .\masks\my1.hcmask

EDIT:
sry for double post

THANK YOU SOOO MUCH

It finally worked Big Grin

You are my knight in shining armor

I'm glad you "double posted" even though you didnt Tongue
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