Penetration Testing mailing list archives

Re: [PEN-TEST] DNS zone transfer tool for NT


From: Nelson Brito <nelson () SEKURE ORG>
Date: Sun, 22 Oct 2000 11:44:29 -0200

H Carvey wrote:

Is running "ls -d <domainname>" in
nslookup.exe's interactive mode not good
enough?

I wrote a tool to do something like this, my tool doesn't do a AXFR, but
it's do a brute-reverse-dns-loookup, something like a ghba.c.

This code was write in perl language, make it usefull in Windows
9X/NT/2000 with ActivePerl instaled.

It's a easy way to do DNS mapping using gethostbyaddr.

A sdi-resolv.pl's screenshot can be found at:
http://stderr.sekure.org/projects/sdi-resolv.pl.jpg

Sem mais,
--
Nelson Brito - http://stderr.sekure.org/projects
open(S, shift || $ENV{'HOME'} . "/.signature") || die "open: $!\n";
foreach(<S>){ chop; split(//, $_); print reverse @_; print "\n"; }
close(S);


Current thread: