blechschmidt / massdns

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

Getting broke pipe error #26

Closed infosecsecurity closed 6 years ago

infosecsecurity commented 6 years ago

screenshot from 2018-03-28 20-43-54

blechschmidt commented 6 years ago

The command line parameters have changed and therefore several tutorials have become outdated. The -a parameter is not understood by the new CLI and gets interpreted as domain file.

Using the most recent version, you likely want to pipe to ./bin/massdns -r lists/resolvers.txt -t A -o S -w results.txt. Please have a look at the readme file.

I also highly recommend to not use the --root parameter.

infosecsecurity commented 6 years ago

Thank you very much