PORT 53/tcp/udp - DNS
The Domain Name System (DNS) is the phonebook of the Internet. Humans access information online through domain names, like nytimes.com or espn.com.
Last updated
Was this helpful?
The Domain Name System (DNS) is the phonebook of the Internet. Humans access information online through domain names, like nytimes.com or espn.com.
Last updated
Was this helpful?
In this section only will be shown the methodology to enumerate locally the DNS service. If you need to take a look of DNS enumeration vĂa internet, you will found in the following section.
DNS queries produce listing calls Resource Records. This is a representation of Resource Records:
First we will need to a Reverse DNS Lookup,
With Reverse DNS Lookup, we will receive the IP address associated to a given domain name.
There are usually two name servers. Take note of both of them an run the next command to show all A records:
Finally, just add the DNS records to you /etc/hosts
.