pen-test
[Top] [All Lists]

Re: DNS mapping

To: oivind.lund@gmail.com
Subject: Re: DNS mapping
From: pand0ra <pand0ra.usa@gmail.com>
Date: Thu, 22 Feb 2007 09:15:57 -0700
Cc: pen-test@securityfocus.com
Delivered-to: sp-com-lists@consult.net
Delivered-to: pentest-list2@consult.net
Delivered-to: mailing list pen-test@securityfocus.com
Delivered-to: moderator for pen-test@securityfocus.com
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=L08ZzPxhnAghyPHuNRgPatmRJfjywncodTRUCyRk8RmN01aP+iOvRVrs/q7tPDSRLgsHUh+dpzDXSrdRquOej5GixTb+KCMl7QRkkqHQZzlHNW9PWbgKYIGTSy5b5KxS5Zoz8NiZtpxQ/fkgMZP6iOa/iut3eTKkM0HkjbVR60Y=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sCFfIb4Km2RIidsEAo3daGUxm1dtr3bZ5PnOl7VqaEIL4BnIJlqQxtpw+bz7R7byGKgSVIhJOe6enj5VNxuRHutIJ00ank85aNh+EOl5s8GKPoa9ackqFv4qps7w+//NybiZEp7GVobLBNXkeCMBrDiE6qlUELJlRXufdzKLONk=
In-reply-to: <20070218023833.24547.qmail@securityfocus.com>
List-help: <mailto:pen-test-help@securityfocus.com>
List-id: <pen-test.list-id.securityfocus.com>
List-post: <mailto:pen-test@securityfocus.com>
List-subscribe: <mailto:pen-test-subscribe@securityfocus.com>
List-unsubscribe: <mailto:pen-test-unsubscribe@securityfocus.com>
Mailing-list: contact pen-test-help@securityfocus.com; run by ezmlm
References: <20070218023833.24547.qmail@securityfocus.com>
Resent-date: Fri, 23 Feb 2007 19:31:32 -0700 (MST)
Resent-from: pen-test-return-1078483612@securityfocus.com
Resent-message-id: <20070224023132.74AA833FEC2@outgoing2.securityfocus.com>
Resent-sender: listbounce@securityfocus.com
Sender: listbounce@securityfocus.com
Sorry, it should read:
@echo off

:START
CLS
FOR /F "Tokens=1" %%a in (hostnames.txt) Do (
  IF "%%a" == "END" GOTO END

REM    Add DATE and TIME stamp
date /t>%%a.dns.txt
time /t>>%%a.dns.txt

ECHO Checking %%a now.

ping -a -n 1 %%a >>%%a.dns.txt


)

:END


On 18 Feb 2007 02:38:33 -0000, oivind.lund@gmail.com
<oivind.lund@gmail.com> wrote:
I was wondering if there is an easy way to write a script to use for reverse
DNS mapping.
For instance, inputting the address test.com to the script and then having
the script reverse mapping the address and testing other common DNS names
like mail.test.com , web.test.com etc ?
Or maybe there is a tool available which allows me to do this and make my
own list of common DNS names ?

------------------------------------------------------------------------
This List Sponsored by: Cenzic

Need to secure your web apps?
Cenzic Hailstorm finds vulnerabilities fast.
Click the link to buy it, try it or download Hailstorm for FREE.

http://www.cenzic.com/products_services/download_hailstorm.php?camp=701600000008bOW
------------------------------------------------------------------------



------------------------------------------------------------------------
This List Sponsored by: Cenzic

Need to secure your web apps?
Cenzic Hailstorm finds vulnerabilities fast.
Click the link to buy it, try it or download Hailstorm for FREE.

http://www.cenzic.com/products_services/download_hailstorm.php?camp=701600000008bOW
------------------------------------------------------------------------


<Prev in Thread] Current Thread [Next in Thread>