06-25-2017, 04:16 AM
Can anyone point me in the right direction for creating a dictionary file; I have 3-5 words that are in the password in any order, with or without CAPS, and also might have a set of numbers in it to. What I'm hoping to end up with is something like this:
words:
Test Tester Testee Tested John Sirus
Numbers:
1900 1901 1902 1903
output file:
TestTester1900
TestTested1901
TestedTester1903
JohnTestSirus1902
SirusTesterTest1900
ETC.
I can't seem to find a way to do this with any of the tools I have found or forum posts I have read....
Thanks in advance....
words:
Test Tester Testee Tested John Sirus
Numbers:
1900 1901 1902 1903
output file:
TestTester1900
TestTested1901
TestedTester1903
JohnTestSirus1902
SirusTesterTest1900
ETC.
I can't seem to find a way to do this with any of the tools I have found or forum posts I have read....
Thanks in advance....