Help setting up Hashcat please
#6
(09-30-2025, 07:56 PM)174region174 Wrote: There are only two ways to enter a two-digit number into the mask file. either fixed numbers like 57, or a full search ?d?d
So you'll have to work on your own... You know better what you want to do. Use the hashcat generator to create the test.hcmask file
And fill it out with these lines to see what you can do. For the test, I'll show you some sets.
AaBbTtUu1,LMlm,DRefrt,Gefsy,?1?1?2?3?4?2?1?d?d?2?1
AaBbTtUu1,LMlm,DRefrt,Gefsy,?2?3?4?1?d?d?3?2?3?d?d
AaBbTtUu1,LMlm,DRefrt,Gefsy,?2?3?4?133?3?2?367
Put these sets in the file that I indicated to you.
After that, you can start the search using this command prompt.
hashcat -a 3 -m 0 --status md5_hash.txt test.hcmask
To make it a little clearer to you. All the necessary letters are indicated in front ,
In the bottom line, I have specified fixed two-digit numbers in certain positions that will not be randomly sorted.
33  67
I understood what you said. Thank you. I'll work on a solution. Thanks for your help. I'm closing this thread.
Reply


Messages In This Thread
Help setting up Hashcat please - by kerberstui - 09-28-2025, 09:18 PM
RE: Help setting up Hashcat please - by buka - 09-29-2025, 05:18 AM
RE: Help setting up Hashcat please - by kerberstui - 09-30-2025, 10:32 PM