massdns icon indicating copy to clipboard operation
massdns copied to clipboard

A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration)

Results 19 massdns issues
Sort by recently updated
recently updated
newest added

Hi! Thank you for awesome tool! I cant find the way how to output only failed requests in any way. Using any --filter or output of Full or Short doesnt...

enhancement

Hey there, I noticed quite a lot of lost lookups with massdns. In the example below, it roughly misses about 1900 names out of 10k domains. I am not sure...

cat hostfile | dnsgen - | massdns -r ~/tools/massdns-1.0.0/lists/resolvers.txt --ignore NXDOMAIN --ignore SERVFAIL --ignore REFUSED -t A -o S -w resolved-hosts This results in nothing being saved. All the OK...

Hello, After 2 hours of testing I found out that i am getting different results from simple output that json output and it is getting me crazy. So i am...

Hi, Thanks for this cool program :) I was trying to do a "dig" for each domain manually, and it was bloomin slow. So I'm using: ` ./massdns/bin/massdns -r massdns/lists/resolvers.txt...

Might not be a bug, but could be by design If massdns queries for say an MX record and the DNS replies with a CNAME then the a CNAME response...

enhancement

So recently I was working directly with some of the data that I regularly collect using `massdns` as part of a host inventory system project. This data is usually processed...

_Massdns_ used to work perfectly for at least 1 year on Digital Ocean Droplets (DOD) with performance ~22k pps. Recently after I `apt update && apt upgrade` my Ubuntu machine...

First of all thanks for this great tool. I just wanted to ask that is there anyway we can avoid/filterout some response type (`"resp_type": "SOA"`) and only write other response...

ZDNS was another tool to lookup dns records which was developed by ZMap Team. Have you ever do some comparison on ZMap with MassDNS. I wonder which is better for...