dnsx icon indicating copy to clipboard operation
dnsx copied to clipboard

Placeholder wordlist support

Open brenocss opened this issue 3 years ago • 0 comments

Please describe your feature request:

https://github.com/projectdiscovery/dnsx/issues/137#issuecomment-1017681092 Would be great if you could choose the wordlist placeholder like ffuf

Describe the use case of this feature:

cat list.txt | ffuf -u http://127.0.0.1/FUZZ -w - 
cat tldlist.txt | dnsx  -d "google.FUZZ" -w - 
cat tldlist.txt | dnsx  -d "DOMAINS.FUZZ" -w -:FUZZ  -w domains.txt:DOMAINS

brenocss avatar Feb 23 '22 04:02 brenocss