![]() |
[Solved] Combined attack with four words - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: [Solved] Combined attack with four words (/thread-7047.html) |
[Solved] Combined attack with four words - hiddeneyes02 - 11-25-2017 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 RE: Combined attack with four words - royce - 11-25-2017 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 RE: Combined attack with four words - hiddeneyes02 - 11-25-2017 (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 That worked, thanks a lot! |