[Solved] Combined attack with four words
#1
Hi,

I want to use combined attack with hashcat, I suspect the password (for WiFi) to be a combination of word1,word2,word3,word4 but with three to four repetition. E.g: word1word2word1 or word1word2word3word4
I need a command for that please
Thank you
#2
Unless it is an extremely slow hash, it's easier to just try all possible combinations of the four words, using something like

https://hashcat.net/wiki/doku.php?id=princeprocessor
~
#3
(11-25-2017, 06:19 PM)royce Wrote: Unless it is an extremely slow hash, it's easier to just try all possible combinations of the four words, using something like

https://hashcat.net/wiki/doku.php?id=princeprocessor

That worked, thanks a lot!