DNS Enumeration
The goal
is to gather more detailed information on both devices and resources attached to the network. This includes account names, misconfigured services and so on !
Enumerating DNS Records ?
If suppose, we have a list of domains. Use this Bash
command in the terminal.
Zone Transfer ?
DNS Zone Transfer is the process where a DNS server passes a copy of part of its Database to another DNS Server.
Okay so in Simple Words !
There is a Master DNS Zone Server and there could be one or more slave DNS Servers, The Slave Servers asks the Master Server for a copy of that records for that zone.
If the DNS Server is misconfigured, the Attacker pretends to be the slave and ask the master to send the copy of the DNS records.
Then he gets all the list of domains registered for the particular zone, Then the Attacker gathers all the information about all domains and try to attack the domain, if its vulnerable. So its necessary to check whether the zone transfer is enabled
in the name servers.
Some Automating in-built
tools in Kali
While pentesting a box or an application, we get to see port 53
is open
. The first thing that should strike us is :
Last updated