08-28-2022, 08:56 AM
Looking at your headline, what you actually want is to have 4 digits between the 2 wordlist, correct?
I would run hashcat -a6 5letter-wordlist ?d?d?d?d --stdout > 5letter-wordlist-digits
After that you could run
hashcat -a1 hashlist 5letter-wordlist-digits 6letter-wordlist
And then repeat the process with the 6letter-wordlist
I would run hashcat -a6 5letter-wordlist ?d?d?d?d --stdout > 5letter-wordlist-digits
After that you could run
hashcat -a1 hashlist 5letter-wordlist-digits 6letter-wordlist
And then repeat the process with the 6letter-wordlist