Token processing question
#1
I have the following password candidate:

word1word2word3word4word5word6word7word8word9word10word11word12word13word14word15word16

Each actual word length is different and I have a few options for each numbered word (so word1 could be 5-6 different options) and one of the words could have some capitalization in place.

I'm looking for a token processor that can help me represent this in an easy way so that I could either feed it directly to hashcat, or create a word list to then feed it with mode 0.

To give a concise example (using only 4 words, to keep it simple), I'm currently using BTCRecover tokenlists, which works great but is extremely slow:

Code:
+ ^1^word1 ^1^Word1 ^1^wOrd1 ^1^word11 ^1^Word11 ^1^wOrd11
+ ^2^word2 ^2^Word2 ^2^wOrd2 ^2^word22 ^2^Word222 ^2^wordddd222 ^2^worD2
+ ^3^woRD3 ^3^word3 ^3^Word3 ^3^w0rd3 ^3^WORD3 ^3^word33 ^3^Word333
+ ^4^WORd44 ^4^word4 ^4^woRD44 ^4^wOrd4 ^4^WORD4 ^4^Word444 ^4^word4444


Is there any processor I can use that takes a similar input in a way that will allow me to set anchors for the positions, set multiple variations and feed back to hashcat?

Thanks in advance.
Reply


Messages In This Thread
Token processing question - by xabbix - 12-05-2021, 01:42 PM
RE: Token processing question - by penguinkeeper - 12-05-2021, 02:21 PM
RE: Token processing question - by xabbix - 12-05-2021, 02:22 PM
RE: Token processing question - by penguinkeeper - 12-05-2021, 02:25 PM
RE: Token processing question - by xabbix - 12-05-2021, 02:38 PM
RE: Token processing question - by penguinkeeper - 12-05-2021, 02:43 PM
RE: Token processing question - by xabbix - 12-05-2021, 02:49 PM
RE: Token processing question - by penguinkeeper - 12-05-2021, 02:54 PM