How to emulate 3 dictionaries?
#1
Hi there,
I know how to use 2 dictionaries, but I need to use 3.
I cannot just merge 2 dictionaries into 1, because that would create files as huge as 100 GB.
Perhaps I can use masks? So it would be something like:

cudahashcat64.exe {dictionary1}{dictionary2}{constant_postfix1}
cudahashcat64.exe {dictionary1}{dictionary2}{constant_postfix2}
cudahashcat64.exe {dictionary1}{dictionary2}{constant_postfix3}

so I would just convert the third cdictionary into postfixes. Can I do something like this?


Messages In This Thread
How to emulate 3 dictionaries? - by turbohaje - 01-16-2015, 01:34 PM
RE: How to emulate 3 dictionaries? - by epixoip - 01-16-2015, 02:21 PM
RE: How to emulate 3 dictionaries? - by turbohaje - 01-16-2015, 02:39 PM
RE: How to emulate 3 dictionaries? - by philsmd - 01-16-2015, 02:50 PM
RE: How to emulate 3 dictionaries? - by turbohaje - 01-16-2015, 02:43 PM
RE: How to emulate 3 dictionaries? - by turbohaje - 01-16-2015, 02:55 PM
RE: How to emulate 3 dictionaries? - by epixoip - 01-16-2015, 04:01 PM