hashcat Forum
Using Single Dictionary to Bruteforce Possible Combinations - 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: Using Single Dictionary to Bruteforce Possible Combinations (/thread-9610.html)



Using Single Dictionary to Bruteforce Possible Combinations - Saito720 - 11-01-2020

Hello, so as you can see from the subject of this thread I'm trying to use a single dictionary (containing multiple 4 character long strings) to bruteforce through possible combination of 3 - 6 strings from said dictionary (without duplicates, such as "abcd efgh abcd" in the case of combing 3 strings).

The pseudo command for such would go as follows:

hashcat -a 1 -m 13000 rar5.hash strings.dict strings.dict strings.dict

The above would be combing 3 strings from "string.dict".

Thanks!