|
Vulnerability Development
mailing list archives
Re: DNS Version check.
From: Joao Gouveia <tharbad () kaotik org>
Date: 06 Jun 2002 02:30:01 +0100
Hi,
If you are going to use perl, you might want to take a look at Net::DNS;
e.g.:
<quote>
use Net::DNS;
$res = Net::DNS::Resolver->new;
$res->nameservers("127.0.0.1");
$answer = $res->send("version.bind", "CH", "TXT");
$answer->print;
</quote>
Joao Gouveia
On Qua, 2002-06-05 at 22:59, Vjay LaRosa wrote:
Hello,
Does any one know if it is possible to request the version of bind a
server is running? I would like to write a quick perl script to scan my
network to check all of the versions. Thanks!
vjl
--
V.Jay LaRosa EMC Corporation
Systems Administrator 171 South Street
(508)435-1000 ext 14957 Hopkinton, MA 01748
(508)497-8082 fax www.emc.com
By Date
By Thread
Current thread:
- Re: DNS Version check., (continued)
|