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-Creator
python start.py --min MIN_AMOUNT --max MAX_AMOUNT
You can even use only one parameter.
python start.py --max MAX_AMOUNT
python start.py
So 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 3
Output-> 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.