-
Notifications
You must be signed in to change notification settings - Fork 195
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
Optional flag support to display results based on DNS response code #57
Comments
The main reason why I am asking this is that: If we have a subdomain that responds with nxdomain but has a valid cname record, massdns actually prints the record and lets us process and get the subdomain/domain. Shuffledns discards all nxdomains with valid cnames, killing the recon for subdomain takeover and others. |
Let me know if something isn't clear, but essentially to make shuffledns not discard subs with valid records. (then the flag thing to get specific server status might be an enhancement ). |
For servfails would also be helpful @ehsandeep! |
Any update with this? |
hey @marcelo321 did you find a way to use massdns and still fillter wildcard ? |
Hello,
I don't know if it is ok to propose flags, but would be fucking amazing to have a flag like
-response
where we can specify the type of server status we want to get.The default value would run the tool the same way it is running now. And if I specify like
-response refused
that it only shows the subdomains that gave the status refused. It should support the 4 main status, noerror, nxdomain, servfail, refused.I would love to have that as I was doing it manually with massdns but the scripts were a mess.. shuffledns <3
The text was updated successfully, but these errors were encountered: