Wordlist-Creator is an python based script, which is currently under developing. The software is working with multi-threading. There is no extra GUI at the moment. You can find the error documentation in our documentation.
git clone https://github.com/Zero-Developing/Wordlist-Creator
pip install pyfiglet
cd Wordlist-Creatorpython start.py --min MIN_AMOUNT --max MAX_AMOUNTYou can even use only one parameter.
python start.py --max MAX_AMOUNTpython start.pySo let's test it out. We will generate a wordlist from Infos.txt. The output will be stored in the Wordlist.txt.
Input-> Infos.txt
python start.py --min 1 --max 3Output-> Wordlist.txt
Depending on the console, bugs can occur with the output.
If you have problems with the program. Try executing it in other terminals like Powershell.
The software is provided for educational purposes only. See the License for more information.