-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feedback & list of issues I am facing #55
Comments
For your second issue, in my test results, And for a big domains list, I got different result every time, maybe I have the same issue |
@mansoorr123 for #4, this is now supported by using the feature implemented in #72. You can use The other problems you are having are probably because you're being too aggressive and either overloading the recursive resolver or the authoritative NS with the SOA for the domain(s) you are enumerating. You should try a smaller For your second issue.. and probably all of your issues... why are you using |
Thanks for your comment. At the time of writing this issue NDJSON format contains very less fields (like STATUS of domain was absent). Now I have migrated to NDJSON format. |
The Concerning the second issue, 8cb5723 now introduces a The third issue might arise from the randomness used to select resolvers or from rate limits being enforced causing some resolvers not to reply anymore. It shouldn't have to do anything with the output format. |
Greetings!!
Thanks for this wonderful tool.
I am facing following issues while using this tool:
Although above problem is solved for now by using -s 1000(default is 10000) so I think you should change the default value to 1000.
Although above problem can be solved by :
./massdns -q -t A -r /opt/resolvers.txt domain_list.txt -o F -w output_massdns.txt
cat output_massdns.txt | grep NXDOMAIN -A 7 | grep CNAME
But it is not efficient.
Although result should come same.So please tell me if -o F append some extra details which are drop when we are not using it.
Take list of domains and output only those domain names whose IP can be resolved.
(Should also exclude those domains which have status NO ERROR but only have CNAME and no IP)
Since this list can be passed further to httprobe(or CURL) or other tools which do some active scanning.(As list fetched above will assure that the domains' IP recored exist).
The text was updated successfully, but these errors were encountered: