For the complete documentation index, see llms.txt. This page is also available as Markdown.

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