Khaledinho
Freshman
- Joined
- Jun 22, 2005
- Messages
- 25
Hi
I am looking for an algorithim to form a dictionary from a specified character set and with a specified length limit
For example
The character set a , bwith length two will have the following dictionary
a,b,aa,bb,ab,ba
I want the algorithim to take any character set and max length of a word and form a dictionary from this set
Any ideas?
I want to use this algo to generate word lists for brute forcing programs
I am looking for an algorithim to form a dictionary from a specified character set and with a specified length limit
For example
The character set a , bwith length two will have the following dictionary
a,b,aa,bb,ab,ba
I want the algorithim to take any character set and max length of a word and form a dictionary from this set
Any ideas?
I want to use this algo to generate word lists for brute forcing programs