Combinator attack with a maximum length?
#1
Hello,

I have setup 2 dictionaries for my combinator attack:

-a 1 -m 2500 handshake.hccap dictionary1.dic dictionary2.dic
basically the dictionaries are the same but I want a cross-joined password list. It is working fine.

Now to reduce the number of combinations to process I only want to test the combinations that are 8-14 characters.

I know I can add left-right rules to the combinator attack like this
"If you wish to add rules to either the left or right dictionary or both at once then you can use the -j or -k commands."
https://hashcat.net/wiki/doku.php?id=combinator_attack

But even if I would succeed adding a '<14' rule, that will only add a rule to each dictionary.
I need a filter on the combined length.
Is this possible in any way with hashcat?


Messages In This Thread
Combinator attack with a maximum length? - by delorian85 - 12-10-2016, 03:17 AM