I made a wordlist generator
#1
I wrote a wordlist generator that uses a combination of Markov chains and Consonant / Vowel maps to generate wordlists.  It is coded in C++ with a GUI coded in C#.  I have only compiled for windows so far, but you can probably compile it for Linux.  It is UTF-8 encoding aware unlike the other Markov chain stuff with hashcat. Let me know what you think.  It is called Wordlist Zombie.  I hope you at least like the name.  https://github.com/MrGITit/Wordlist-Zombie

[url=https://github.com/MrGITit/Wordlist-Zombie][/url]The file formats for the Markov chain stuff, and the Consonant / Vowel map stuff are plain text lists, so it is easy to see what is going on for the curious among us.  And of course the source code is there too.  I tried to go with the most open license I could find so that people can use whatever they need without worry.
Reply


Messages In This Thread
I made a wordlist generator - by PhillyStyle1026 - 01-29-2023, 05:19 AM
RE: I made a wordlist generator - by buka - 01-31-2023, 01:57 PM
RE: I made a wordlist generator - by WPA_Catcher - 02-05-2023, 02:15 AM
RE: I made a wordlist generator - by WPA_Catcher - 02-05-2023, 05:13 PM