wordlist-generator

A handy wordlist generator.

Installation

cargo install wordlist-generator

for superheroes (latest updates):

git clone https://github.com/ritiek/wordlist-generator cd wordlist-generator cargo install

Usage

Use the command wordlist to start using the tool.

``` USAGE: wordlist-generator [OPTIONS]

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: -o, --output-length Output length of the generated permutations

ARGS: Characters to generate permutations from ```

Examples

Contributing

License

The MIT License