Same issue here, I want to add 000-999 in the middle between two lists and can't figure it out. -a 6 and -a 7 options only add to either the left or the right of one existing list but I can't combine list1 list2 and generate ?d?d?d in between the lists.
If anyone wants to help in the mean time I am looking for an output of:
Where 'password' and 'cat' are part of list1 and list2.
Tried combinator with list1?d?d?d and then do a combined list attack with list2 but the result of the file is too large and brings down my whole rig.
If anyone wants to help in the mean time I am looking for an output of:
Code:
password001cat
password002cat
Where 'password' and 'cat' are part of list1 and list2.
Tried combinator with list1?d?d?d and then do a combined list attack with list2 but the result of the file is too large and brings down my whole rig.