projectdiscovery / shuffledns

MassDNS wrapper written in go to enumerate valid subdomains using active bruteforce as well as resolve subdomains with wildcard filtering and easy input-output support.
https://projectdiscovery.io
GNU General Public License v3.0
1.3k stars 185 forks source link

Get domain from file #45

Closed broken5 closed 4 years ago

broken5 commented 4 years ago

I have a lot of domain names, so I want to put them in a file and let shuffledns read my file

ehsandeep commented 4 years ago

No, shuffledns does not support domain list input, if you looking for bruteforce, you can prepare the list with tld + wordlist and feed to shufflends as list input, if looking for resolving, again run a passive scan on TLDs and pass the output as list input to shuffledns.