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

Additional script for quick parsing via `jq` #70

Closed mzpqnxow closed 4 years ago

mzpqnxow commented 4 years ago

Not sure if you're interested in including this in the scripts directory, but as a result of the new ndjson output format, parsing responses can be done very easily on the command line using jq. This is a quick jq program I use

mzpqnxow commented 4 years ago

If you're interested in adding this to scripts/ please do, I find it useful for quickly grabbing greppable/awkable/cuttable results that can quickly be fed to other tools