MassDNS wrapper written in go to enumerate valid subdomains using active bruteforce as well as resolve subdomains with wildcard filtering and easy input-output support.
I have seen this multiple times, that on running shuffledns twice I get different results, and the results does not vary by 2-5 domains but in huge numbers. This huge difference come only in first and second run.
I have seen this multiple times, that on running shuffledns twice I get different results, and the results does not vary by 2-5 domains but in huge numbers. This huge difference come only in first and second run.
Resolvers are taken from dnsvalidator.
Strangely, if I pass the same subdomain to shuffledns it does not output as it should be:
echo 'sub.example.com' | shuffledns -silent -d example.com -r ips/resolvers.txt
but the same subdomain came in the result of :
cat altdns.txt| shuffledns -silent -d domain -r ips/resolvers.txt
I have observed this issue for other domains also.
DNS Record:
No CNAME, and No A record found for this subdomain but still it came on the output of first shuffledns run.