Hello guys, this is pretty much my first useful post in this forum.
Okay first of all, it's a simple tool & uses basic algorithms.
Gen2k is still in beta, but works flawlessly as of now. It’s not your typical word list generator, and doesn’t intend to be one. There are already good ones out there like Crunch, etc.
Gen2k aims to be a smart word list generator, it takes sample words as input. Sample words can be anything that you know about the target, from area, date of birth to names & special events, etc. Once a list of all those known words have been supplied to Gen2k, it automatically, based on the options set..determines the best possible way to make a word list out of those.
As many of you know, people tend to use birth year, specific dates, random numbers, custom words attached to simple words in order to make their passwords more complex. Gen2k aims to exploit those types of weaknesses along with conversion of words to upper & lower cases to make your word list completely personalized & appropriate for the situation.
It has most of the features that I thought of implementing when I started working on it and obviously it can be improved further. It’s written completely in Python. It’s fast, light weight & doesn’t have any external dependencies.
Features:
* Generates password combinations by combining supplied words. * Mixes frequently used number patterns with words. * Generates password combinations using year/date combo. * Mixes custom user defined value(s) combination with words. * Option to auto convert words to upper/lowercase & capitalisation. * WPA/WPA2 password validation check. * No external dependencies. ![](https://irenicus09.files.wordpress.com/2013/05/gen2k1.png?w=620)
Link to KODE --> http://pastebin.com/9MgYX62mOkay this tool is just a beta version, obviously I coded it personally for myself to get the job done as I didn't see any relevant tools available. But I'm interested in what you guys have to say about it & if you'd want new features implemented, etc.
If you'd want to read about the tool in details you can visit my blog here:
https://irenicus09.wordpress.com/2013/05/19/gen2k-automated-wordlist-generator/Also I'm aware that there may be memory related bugs if the wordlist is really big, I hope to fix that soon.
Thanks.