Concatenating 3 words into a password candidate?
#1
What is the best way to concatenate a wordlist so that each password candidate is a concatenation of 3 words, eg:

list:
cheese
butter
bread

candidates:

buttercheesebread
breadsheesebutter
cheesebutterbread

etc.

What is the best way to achieve this? TIA.
Reply
#2
see hashcat utils combinator3
https://hashcat.net/wiki/doku.php?id=hashcat_utils
or
or you can use prince password generator for that (also from atom)
for better understanding see
https://reusablesec.blogspot.com/2014/12...rince.html
Reply