(12-05-2021, 02:25 PM)penguinkeeper Wrote: Fair enough, how many possible words could there be, per position?
There aren't many. Each position could have about 5-6 different words, each with a few variations related to capitilization. The question isn't about keyspace, but about a preprocessing tool that will allow me to generate a wordlist with relevant candidates.
I see that there's a combinator tool by hashcat, but it can only take up to 3 wordlists. Since the positions are known, maybe I could use BTCRecover's tokenlist to generate two 8 word lists and then use the combinator with two inputs, one for the first 8 words and the other for the other 8 words. That should work right?