Penetration Testing mailing list archives

RE: DNS Pen-Test Tools


From: "Byte" <byte2binary () live com>
Date: Fri, 5 Mar 2010 09:21:06 +0530

I think that is what is needed. Save it as Shell script and you are good to
go.

Byte

==============================SCRIPT=====================================
#!/bin/bash

clear
echo
echo Recon
echo
echo
echo By Hilal
echo Feb 09, 2010
echo "v 0.11"
echo
echo "This script will perform various reconnaissanse on your target."
echo
echo Usage:  domain.com
echo Enter the domain.
echo
read domain
echo
echo
"###########################################################################
################"
echo
echo "whois" $domain
whois $domain
echo
"###########################################################################
################"
echo
echo "dig" $domain "any"
dig $domain any
echo
"###########################################################################
################"
echo
echo "host -l" $domain
echo
host -l $domain
echo
echo
"###########################################################################
################"
echo
echo "tcptraceroute -i eth0" $domain
echo
tcptraceroute -i eth0 $domain
echo
echo
"###########################################################################
################"
echo
echo "cd /pentest/enumeration/dnsenum"
echo "perl dnsenum.pl --enum -f dns.txt --update a -r" $domain
echo
cd /pentest/enumeration/dnsenum
perl dnsenum.pl --enum -f dns.txt --update a -r $domain
echo
echo
"###########################################################################
################"
echo
echo dnstracer $domain
echo
dnstracer $domain
echo
echo
"###########################################################################
################"
echo
echo "cd /pentest/enumeration/fierce"
echo "perl fierce.pl -dns" $domain
echo
cd /pentest/enumeration/fierce
perl fierce.pl -dns $domain
echo
echo
"###########################################################################
################"
echo
echo "cd /pentest/enumeration/lbd"
echo "./lbd.sh" $domain
cd /pentest/enumeration/lbd
./lbd.sh $domain
echo
"###########################################################################
################"

===================================SCRIPT END
===============================================================

-----Original Message-----
From: listbounce () securityfocus com [mailto:listbounce () securityfocus com] On
Behalf Of Shohn Trojacek
Sent: Thursday, March 04, 2010 5:40 AM
To: dpfromme
Cc: pen-test () securityfocus com
Subject: Re: DNS Pen-Test Tools

The site is down. Does anyone have a mirror?

On Wed, Mar 3, 2010 at 6:09 PM, Shohn Trojacek <trojacek () gmail com> wrote:

The site was down. Does anyone have a mirror?

Shohn

On Tue, Dec 15, 2009 at 9:54 AM, Shohn Trojacek <trojacek () gmail com>
wrote:

This may help: http://wiki.remote-exploit.org/backtrack/wiki/Scripts

Thanks,

Shohn

On Thu, Dec 10, 2009 at 12:37 PM, dpfromme <dpfrommer () gmail com> wrote:

Howdy,

I am doing an internal audit soon of our DNS infrastructure.

I have to meet these requirements, can you please help me find some
tools
that will accomplish these goals? Thanks in advance!

Windows Tools Preferred

Goals:

-Create excessive dns queries to DNS server, i.e. Try to DOS a DNS
server
-Report all recorsd for a top level domain, i.e. query for all records
in a
domain
-Perform a zone transfer
--
View this message in context:
http://old.nabble.com/DNS-Pen-Test-Tools-tp26732344p26732344.html
Sent from the Penetration Testing mailing list archive at Nabble.com.



------------------------------------------------------------------------
This list is sponsored by: Information Assurance Certification Review
Board

Prove to peers and potential employers without a doubt that you can
actually do a proper penetration test. IACRB CPT and CEPT certs require a
full practical examination in order to become certified.

http://www.iacertification.org

------------------------------------------------------------------------




------------------------------------------------------------------------
This list is sponsored by: Information Assurance Certification Review Board

Prove to peers and potential employers without a doubt that you can actually
do a proper penetration test. IACRB CPT and CEPT certs require a full
practical examination in order to become certified. 

http://www.iacertification.org
------------------------------------------------------------------------



------------------------------------------------------------------------
This list is sponsored by: Information Assurance Certification Review Board

Prove to peers and potential employers without a doubt that you can actually do a proper penetration test. IACRB CPT 
and CEPT certs require a full practical examination in order to become certified. 

http://www.iacertification.org
------------------------------------------------------------------------


Current thread: