Combinator Attack with Stacked Rules
#3
(07-22-2016, 10:30 AM)atom Wrote: You can't do -a 1 with -r in combination. What I meant is more like this:

$ ./combinator.bin words.dict words.dict | ./hashcat -m 0 -a 0 -r rules.rule

This way you can't specify which rule to apply on which wordlist, but if you do -m 0 based attack that doesn't matter anyway. It wont hurt you to do some extra runs because it's so fast anyway.

Thanks, atom. But with combinator.bin piping into hashcat, will that still be able to produce dog1Cat (as in example above)? It seems like the rules would not be able to add a number in between the combined words, only after they've already been combined. Is that right?


Messages In This Thread
Combinator Attack with Stacked Rules - by princey - 07-21-2016, 05:13 PM
RE: Combinator Attack with Stacked Rules - by princey - 07-23-2016, 09:25 PM