Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
k4l1sh committed Aug 22, 2023
1 parent 593fea5 commit 754e5b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ curl -sSL https://raw.githubusercontent.com/k4l1sh/WordlistGPT/main/wordlistgpt.
- `-m, --max-words`: Maximum number of words in the wordlist (default: 5000000).
- `-min, --min-size`: Minimum amount of characters for each word (default: 6).
- `-max, --max-size`: Maximum amount of characters for each word (default: 20).
- `-o, --output`: Output file for the generated wordlist (default: `output.txt`).
- `-o, --output`: Output file for the generated wordlist (default: output.txt).
- `-u, --uppercase`: Maximum number of characters to convert to uppercase in each word (default: 2).
- `-l, --leet`: Maximum number of leet characters to replace in each word (default: 2).
- `-r, --random-chars`: Maximum range of random characters to be added (default: 2).
- `-rc, --random-charset`: Charset of characters to be randomly added (default: `0123456789!@$&+_-.?/+;#`).
- `-rc, --random-charset`: Charset of characters to be randomly added (default: 0123456789!@$&+_-.?/+;#).

## Features
- Generates wordlists based on user-provided seed words.
Expand Down

0 comments on commit 754e5b4

Please sign in to comment.