hashcat Forum

Full Version: Using Single Dictionary to Bruteforce Possible Combinations
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!