Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:




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:
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]