jdresolve
jdresolve copied to clipboard
A fast and recursive DNS name resolver for log files
I stumbled upon a crash that I hunted down to `echo '196.29.35.79' | jdresolve --debug=3 --timeout=10 -`. I can see in my improved debug the trace that freesocket uses a...
Resolving 193.172.6.10 results in the following error: Use of uninitialized value $type in string eq at /usr/local/src/jdresolve/jdresolve line 750, line 1. Use of uninitialized value $query in exists at /usr/local/src/jdresolve/jdresolve...
This patch correct a few issues already found elsewhere and introduce basic version of ipv6 address resolution.
I think most people would expect that when a database is specified, it would be read before performing lookups. That is, `the --dbfirst` behavior would be the default. In fact,...
jdresolve's recursive resolution is really clever, I love it! I'm not a DNS expert, but I wonder if it could be extended to CIDR (and if this would have any...