OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: DNS mapping

From: pand0ra (pand0ra.usagmail.com)
Date: Thu Feb 22 2007 - 10:15:57 CST


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.lundgmail.com
<oivind.lundgmail.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
------------------------------------------------------------------------