hashcat Forum

Full Version: [Solved] Combined attack with four words
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
(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!