JSON to txt Wordlist

We can Convert JSON wordlist to text File which can be passed to Gobuster or FFUF using the below command

JSON to TXT Wordlist

jq '.[0:10000]' names.json | grep ","| cut -d '"' -f 2 > names.txt

Last updated