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

adding support for missing-SOA testing #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

liquidsec
Copy link
Collaborator

Part of baddns functionality will include looking for dangling NS records. It turns out, only a small minority of public DNS servers will let you do this, as they will look for a valid SOA record and essentially error out if they don't see one. However, this is exactly the condition we are looking for with that particular mode.

This PR adds an additional script and action that will piggy-back off the existing one, to further test the "valid" nameservers for their tolerance of a lack of SOA record. Those that pass this further test will be written to an additional text file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant