02-15-2018, 10:30 AM
If the keyspace of the mask that you want to duplicate is very slow (as in your case just 10000 password candidates), you could just store these password candidates to a dictionary file and use the dictionary and the duplicate rule in hashcat.
e.g.
(or use maskprocessor instead)
and
where the file duplicate.rule contains the duplicate rule (d)
e.g.
Code:
hashcat --stdout -a 3 ?d?d?d?d > dict.txt
and
Code:
hashcat -m 0 -w 4 -r duplicate.rule hash.txt dict.txt