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

accept from stdin not working #61

Closed chppppp closed 4 years ago

chppppp commented 4 years ago

The example on the homepage using subbrute: $ ./scripts/subbrute.py lists/names.txt example.com | ./bin/massdns -r lists/resolvers.txt -t A -o S -w results.txt does not work.

It appears massdns requires to be fed an input file and I do not see any way to force it to accept domains from stdin. any suggestions?

chppppp commented 4 years ago

i was doing it wrong