rule for NTLM hash type
#5
(07-30-2022, 02:18 PM)joe123 Wrote: Thank's a lot guys for your help/feedback! Is thre somebody who could help me to craft a mask for:

- a-zA-Zo-9 and (the following 3 chars) - _ &
- max password-length: 10 chars

Thank you very much in advance!

Joe

masks are very simple to define, use this line in a maskfile

mask.file
Code:
?l?u?d-_&,?1?1?1?1?1?1?1?1?1?1

use this with --increment and you will be fine

hashcat -m1000 -a3 -O -w3 --increment hash.txt mask.file
Reply


Messages In This Thread
rule for NTLM hash type - by joe123 - 07-29-2022, 04:19 PM
RE: rule for NTLM hash type - by pdo - 07-29-2022, 05:23 PM
RE: rule for NTLM hash type - by Snoopy - 07-30-2022, 11:06 AM
RE: rule for NTLM hash type - by joe123 - 07-30-2022, 02:18 PM
RE: rule for NTLM hash type - by Snoopy - 07-30-2022, 02:34 PM
RE: rule for NTLM hash type - by joe123 - 08-03-2022, 04:59 PM
RE: rule for NTLM hash type - by b8vr - 08-03-2022, 07:05 PM
RE: rule for NTLM hash type - by joe123 - 08-04-2022, 04:07 PM