Skip to content
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

DNS Queries Are Failing #1730

Closed
Sh4d0wHunt3rX opened this issue Sep 1, 2024 · 4 comments
Closed

DNS Queries Are Failing #1730

Sh4d0wHunt3rX opened this issue Sep 1, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@Sh4d0wHunt3rX
Copy link
Contributor

I get this constantly at the end of the scan on my server, what should I do to fix this?

image

🙏

@Sh4d0wHunt3rX Sh4d0wHunt3rX added the bug Something isn't working label Sep 1, 2024
@TheTechromancer
Copy link
Collaborator

Most likely your DNS server is in the list of servers that massdns is using, so because of massdns you're being rate limited.

Decreasing dns.brute_threads would probably help.

On the dev side there are also a couple things we could do, like making sure your system's DNS servers are excluded from the nameservers wordlist.

Also, making that wordlist configurable.

Since I'm already working on DNS stuff, I'll see what I can do.

@TheTechromancer
Copy link
Collaborator

@TheTechromancer
Copy link
Collaborator

dd70fa1

@TheTechromancer
Copy link
Collaborator

Fixes have been pushed to #1723.

This PR automatically removes your system's DNS servers from the resolver list used by massdns. It also lets you use a custom resolver list via dns.brute_nameservers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants