Skip to content

Commit

Permalink
Add wordlist suggestion to README.md
Browse files Browse the repository at this point in the history
Escape Technologies' wordlist is much more relevant than general top 10k English words, hence adding it to readme might be of great use for common users.
  • Loading branch information
Privat33r-dev authored Apr 9, 2024
1 parent 2f8542d commit 9786a53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ docker run --rm nikitastupin/clairvoyance --help

### Which wordlist should I use?

There are at least two approaches:
There are at least three approaches:

- Use one of the [wordlists](https://github.com/Escape-Technologies/graphql-wordlist) collected by Escape Technologies
- Use general English words (e.g. [google-10000-english](https://github.com/first20hours/google-10000-english)).
- Create target specific wordlist by extracting all valid GraphQL names from application HTTP traffic, from mobile application static files, etc. Regex for GraphQL name is [`[_A-Za-z][_0-9A-Za-z]*`](http://spec.graphql.org/June2018/#sec-Names).

Expand Down

0 comments on commit 9786a53

Please sign in to comment.