You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix DNS truncation, IPv6, and SERVFAIL handling in scanner
- Add EDNS0 (1232-byte buffer) to all DNS queries to avoid 512-byte UDP truncation
- Add TCP fallback when responses are truncated (TC bit set)
- Use net.JoinHostPort() everywhere for IPv6 address safety
- Let QueryNS/QueryDoHNS inspect Authority section on non-SUCCESS Rcode
(fixes subdomain NS delegation detection through SERVFAIL responses)
0 commit comments