Skip to content

Commit

Permalink
version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
k4l1sh committed Aug 30, 2023
1 parent f22f519 commit 2daebbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Overview

Make custom wordlists using GPT in seconds:
Make custom wordlists using ChatGPT in seconds:

![WordlistGPT Example](https://i.imgur.com/Cs50k52.png)

Expand All @@ -20,12 +20,12 @@ Try wordlistgpt.py with a hello world:
```bash
git clone https://github.com/k4l1sh/WordlistGPT.git
cd WordlistGPT
python wordlistgpt.py -w "hello world"
python wordlistgpt.py -w 'hello world'
```

You can also run directly from url if you are feeling lazy:
```bash
curl -sSL https://raw.githubusercontent.com/k4l1sh/WordlistGPT/main/wordlistgpt.py | python - -w "hello world"
curl -sSL https://raw.githubusercontent.com/k4l1sh/WordlistGPT/main/wordlistgpt.py | python - -w 'hello world'
```
A file named `wordlist.txt` will be created with the generated wordlist.

Expand Down

0 comments on commit 2daebbc

Please sign in to comment.