dnswalk
dnswalk copied to clipboard
A DNS database debugger
Snipping away at 2022 issues: * Need to be able to disable CNAME chain checks * Need to be able to suppress dangling CNAME warning for some names that are...
* `-s `: stealth master to try AXFR from first * `-c`: Disable CNAME chain warnings as these are everywhere now
``` dnswalk is not a replacement for doc, although dnswalk is starting to incorporate some of the things doc checks for. dnswalk was written to check individual database entries, while...
when trying to use dnswalk with the latest perl and net-dns libraries the script always returned: BAD: domain. has NO authoritative nameservers! by replacing the Packet with the query function...