在 2010-01-17日的 11:16 -0600,Mike Blezien写道: > Hello, > > I've been looking for some basic domain/IP info that we can generate for > domain/IP addresses entered from a form. I've been searching CPAN without > much > luck, but maybe looking in the wrong places. What I like to do is obtain the > following information for the domain/IP address: > > Name Servers for the domain name > IPs associated with the domain > What/How many sites are using the IP > Reverse IP Lookup > HTTP Status Code > > Are there any Perl modules, toolkits, available that do these type of task? >
Hi, What you want is an integrative Perl program, not just a perl module. The 1st,2nd and 4th could be done by Net::DNS module. For the 3rd item, do you mean how many virtual hosts are located in an IP? That is not easy to gather, unless you are the hostmaster of those IPs. For the 5th item, you may look at HTTP::Status following with LWP::UserAgent module if I understand for you correctly. HTH. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/