Make go-to wordlists
Privat33r-dev opened this issue · 2 comments
Privat33r-dev commented
I suggest to add wordlists that can be directly used with clairvoyance and add bash command to download it in the Readme. Something like this:
# small wordlist
wget https://raw.githubusercontent.com/Escape-Technologies/graphql-wordlist/main/wordlists/1k/overallWordlist-1k.txt
# medium wordlist
wget https://raw.githubusercontent.com/Escape-Technologies/graphql-wordlist/main/wordlists/10k/overallWordlist-10k.txt
# big wordlist
wget https://raw.githubusercontent.com/Escape-Technologies/graphql-wordlist/main/wordlists/100k/overallWordlist-100k.txt
(links are not working since there is are no "overallWordlist"s for 1k, 10k, 100k)
iCarossio commented
You would like lists that mix REST and GraphQL, is that correct?
Privat33r-dev commented
I want list that can be used with clairvoyance instantly, without a hassle of choosing/mixing the correct one. Maybe even inclusion of one as a standard over 10 000 English words would be preferred (though I can't guarantee that as I am yet to dive in the clairvoyance internal workings).
So I see user story like this:
- User encounters clairvoyance project, reads
README
there and gets informed about this repo. - This repo provides a few bash commands to download ready to use lists and user just uses them and then
clairvoyance -w escape-tech-wordlist-10k.txt
I think that making wordlists ready-to-use is essential part of great user experience.