10-16-2020, 06:56 AM
(This post was last modified: 10-16-2020, 07:01 AM by slyexe.
Edit Reason: misread
)
use custom charsets for example:
Known TL within password & 371
Define the custom charsets using -1 thru to -4
-1 TL371
Create your mask attack with increment upto 14 from 8
Add in your known 3 letters at the start (ABC in this example)
hashcat -a 0 -m (hashtype) -i --increment-min 8 --increment-max 14 hashfile.txt ABC?1?1?1?1?1?1?1?1?1?1?1
Known TL within password & 371
Define the custom charsets using -1 thru to -4
-1 TL371
Create your mask attack with increment upto 14 from 8
Add in your known 3 letters at the start (ABC in this example)
hashcat -a 0 -m (hashtype) -i --increment-min 8 --increment-max 14 hashfile.txt ABC?1?1?1?1?1?1?1?1?1?1?1