blechschmidt / massdns

A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration)
GNU General Public License v3.0
3.08k stars 460 forks source link

Inability to output result in a file #75

Closed Doktatech closed 4 years ago

Doktatech commented 4 years ago

When i run massdns -r ~/massdns/lists/resolvers.txt -t A -o S -w massdns.txt alldomains.txt on small list of subdomains, the resolving works fine and i get my output as needed. However, when i run same cmd using commonspeak2-wordlists(~500,000) the result does not ouput to the file? The ouput on terminal is normal but after finishing nothing ouputs to the file. Mark you, some of the inputs from alldomains.txt resolve well when run in a small list of themselves?

blechschmidt commented 4 years ago

Sounds to me like the -s parameter is too large in your case. Begin with a small value (maybe 10) and gradually increase it if it works. Secondly, I do not recommend using the included resolver list because it is outdated.