Releases: PhillyStyle/Wordlist-Zombie
Wordlist Zombie Release v1.0.5-alpha (Windows 64bit)
Now you can preview the command you are running in the GUI!
Other minor fixes.
Release v1.0.4-alpha (Windows 64bit)
Small update.
Added about window to Wordlist Zombie GUI to match the portable version.
Made the window stay open after executing program finishes when launched from Wordlist Zombie GUI.
Release v1.0.3-alpha (Windows x64)
WordlistGenerator:
- Now Multi-Threaded! Try --threads to adjust how many threads you use. Default is 50 threads. USE THEM CORES!
- Now if you don't specify an --output file, then it outputs to stdout.
- Added --minwordlength and --maxwordlength so you can adjust how long the words are that are being outputted.
Wordlist Zombie GUI:
Added options to accommodate new features in WordlistGenerator.
There is no option to output to stdout from the GUI because I couldn't think of a good reason anyone would want that.
Release v1.0.2-alpha (Windows 64bit)
Bugfixes:
WordlistGenerator: Loading Markov Chain Files Would crash unexpectedly.
WordlistGenerator: Wordlist Generation had a bug.
Improvements:
Added option to WordlistGenerator to either unweight output, or half-weight output. (Added same option to Wordlist Zombie GUI)
Added --version option to all programs, and updated version in tile of Wordlist Zombie GUI.
Release v1.0.1-alpha
Fixed bug where lines that are too long could crash WordlistGenerator.
Fixed bug where wordlists with lots of garbage in them would not load completely in MarkovChainThing, and WordlistGenerator.
Cleaned up some memory before exiting programs.
Cleaned up some unused variables and garbage in Wordlist Zombie GUI.
Wordlist Zombie Initial release (Windows x64)
Initial Release