Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Lab Title

DNS-RECON

Level:

Easy

Description:

Dns information about a target is an essential requirement for every penetration tester. When an attacker is probing your

network for potential exploits, information may often be obtained via DNS records which may disclose the network

infrastructure of the company without alerting the IDS/IPS. DNS information helps in mapping the network

infrastructure of the target host. DNS recon is a DNS reconnaissance tool that can perform a variety of enumerations,

such as standard record enumeration, zone transfer, reverse lookup, google lookup, zone walking, cache snooping, and

domain brute-forcing.

Perform various enumeration techniques using DNS Recon in this lab.

URL:
https://labs.cyberange.io/m/lab/97

Lab Steps:
1. Click on the Start Lab.

2. Click on the Victim Machine.

To Check the arguments provided in the tool.

Run the Following Command

python3 dnsrecon.py –h

To perform Standard Record Enumeration

Run the Following Command

python3 dnsrecon.py –d <TARGET SITE>

To perform Zone Transfer

Run the following command

python3 dnsrecon.py –d <TARGET SITE> -a

To perform Zone Walking


Run the following command

python3 dnsrecon.py –d <TARGET SITE> -t zonewalking

Dns Recon is used by various audiences like hackers, Pentesters and Network Administrators to gather knowledge of
Network Infrastructure

You might also like