CurlyPancakes / Wordlist-Creator

The Wordlist-Creator is a python based script, which can generate word combinations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordlist-Creator

Build Status Build Status License: CC

Information

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.

Getting Started

Installation

git clone https://github.com/Zero-Developing/Wordlist-Creator
pip install pyfiglet
cd Wordlist-Creator

Usage

Version 1(Fast way)

python start.py --min MIN_AMOUNT --max MAX_AMOUNT

You can even use only one parameter.

python start.py --max MAX_AMOUNT

Version 2(Slow way)

python start.py

Example

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

Bugs

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.

Disclaimer

The software is provided for educational purposes only. See the License for more information.

About

The Wordlist-Creator is a python based script, which can generate word combinations.

License:MIT License


Languages

Language:Python 100.0%