hashcat Forum
How To Hybrid Attack Dict + Dict + Dict - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: How To Hybrid Attack Dict + Dict + Dict (/thread-5000.html)



How To Hybrid Attack Dict + Dict + Dict - pearl - 01-12-2016

Example: I haveĀ 3 fileĀ Dictionary

dict1.txt
Quote:yellow
green
red
................

dict2.txt
Quote:shirt
skirt
pant
................


dict3.txt
Quote:women
men
boy
................

how to output:
Quote:yellowshirtwomen
yellowshirtmen
yellowshirtboy
yellowskirtwomen
yellowskirtmen
yellowskirtboy
yellowpantwomen
yellowpantmen
yellowpantboy
greenshirtwomen
greenhirtmen
greenshirtboy
greenkirtwomen
greenkirtmen
greenkirtboy
greenpantwomen
greenpantmen
greenpantboy
redshirtwomen
redhirtmen
redshirtboy
redkirtwomen
redkirtmen
redkirtboy
redpantwomen
redpantmen
redpantboy
................
................



RE: How To Hybrid Attack Dict + Dict + Dict - epixoip - 01-12-2016

combinator3.bin from hashcat-utils. Or, if you want GPU acceleration, make a rule file out of the 3rd wordlist and pipe combinator.bin into oclHashcat and run with -r thirdwordlist.rule or something. Or if the first two wordlists are small enough you could combinator.bin those and run with -a 1 against the third wordlist. The tools are all there, just have to use your brain.