06-04-2019, 01:52 AM
Hello,
How would I accomplish generating the following:
lets say I have dict with colors - red, white (lowercase)
dict with animals - lion, panda (lowercase)
I want to try following password - RedPanda67! - i.e. dict1dict2\d\d\s
Combinator can combine two wordlists, but it doesn't work togeather with masks.. Do I need to generate huge wordlist of combined list1 & list2 and then run -a 7 on it or there's smarter way of doing this ?
Thanks
How would I accomplish generating the following:
lets say I have dict with colors - red, white (lowercase)
dict with animals - lion, panda (lowercase)
I want to try following password - RedPanda67! - i.e. dict1dict2\d\d\s
Combinator can combine two wordlists, but it doesn't work togeather with masks.. Do I need to generate huge wordlist of combined list1 & list2 and then run -a 7 on it or there's smarter way of doing this ?
Thanks