Word list generator?
by lucmove from LinuxQuestions.org on (#57EFT)
I lost a password and want to try brute force. I have a vague idea of what the password was so I think it's worth a shot.
I need a word list generator, but not to generate words, to generate random strings (I don't know what that would be called).
I already have one that lets me specify maximum and minimum length and a list of characters that must be included (i.e. excluding all others). What I don't like about it is that it repeats characters too much, for example 11111112. I know I didn't use that so I need one that lets me put a limit on the repetition so as to reduce the number of entries.
Can someone please recommend something?
TIA.


I need a word list generator, but not to generate words, to generate random strings (I don't know what that would be called).
I already have one that lets me specify maximum and minimum length and a list of characters that must be included (i.e. excluding all others). What I don't like about it is that it repeats characters too much, for example 11111112. I know I didn't use that so I need one that lets me put a limit on the repetition so as to reduce the number of entries.
Can someone please recommend something?
TIA.