06-10-2021, 02:37 PM
first in --stdout you dont need to tell the mode
second, getting this with rules is way to hard, this sounds more like good old handwork and a lot of prepare beforehand
well you have to cut it down and lower the keyspace, i would take this approach (just a fast thought)
generate a wordlist with just 2 or 7 letters (only lower) and clean this list (by hand or try to use a little script)
if 2, combine this list with itself, afterwards again cleaning, combine, clean, combine clean till you reach 14 chars (i think using a script for cleanin is quite the best option)
if 7, clean this list also and just use this list twice in combinator mode, combined with rules which would switch lower to upper, see shipped toggles*.rule for basic examples
prepending 1_ or 0_ is quite also quite simple (rules or generate a "left" list from the list mentioned above and just prepend 0_, 01_ (see hashcat utils combinator for this)
second, getting this with rules is way to hard, this sounds more like good old handwork and a lot of prepare beforehand
well you have to cut it down and lower the keyspace, i would take this approach (just a fast thought)
generate a wordlist with just 2 or 7 letters (only lower) and clean this list (by hand or try to use a little script)
if 2, combine this list with itself, afterwards again cleaning, combine, clean, combine clean till you reach 14 chars (i think using a script for cleanin is quite the best option)
if 7, clean this list also and just use this list twice in combinator mode, combined with rules which would switch lower to upper, see shipped toggles*.rule for basic examples
prepending 1_ or 0_ is quite also quite simple (rules or generate a "left" list from the list mentioned above and just prepend 0_, 01_ (see hashcat utils combinator for this)