How do I get a list of sites registered with a DNS Name Server? I am trying to get some information from a specific dns server. Specifically, I need a list of the ip addresses for sites registered with that dns server. Also, a way to programatically access that information would be nice, as I am working on a program in Java that will be using the information.
______________________________
external keyword tool ~ keyworddiscovery.com ~ keycompete.com ~ compete.com ~ webmasterworld.com
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
DNS server
DNS server
Last edited by hasirani on 25 Mar 2011, 05:41, edited 1 time in total.
Re: DNS server
you want to ask a remote server what IP addresses it is giving out? That would be one hell of a security breach!
If not: please specify in shorter sentences what you want.
If not: please specify in shorter sentences what you want.
Re: DNS server
Yes, plus you are looking for reverse lookups, which isn't part of how DNS works.That would be one hell of a security breach!
Re: DNS server
that last sentence I do not agree with. DNS servers do in fact dole out IP addresses when supplied with a domain name. Now I suppose you can hack it into giving up IXFR records which contains all ip addresses for a domain, but you cannot ask it which domains it is holding data for, as the recursive nature of DNS will then offload the entire worlds DNS structure on you.
Actually, what does all this have to do with Bubba? More a question for the BIND user list.
Actually, what does all this have to do with Bubba? More a question for the BIND user list.
Re: DNS server
Ubi is right, of course.
But if you have your own lowly domain registered, you will know that reverse lookups only works for some, so the results for such a query would always be inconclusive.
But if you have your own lowly domain registered, you will know that reverse lookups only works for some, so the results for such a query would always be inconclusive.
Last edited by Cheeseboy on 23 Mar 2011, 14:40, edited 1 time in total.
Re: DNS server
I'm gonna show this to my bossCheeseboy wrote:Ubi is right, of course.