DNS enumeration is the process of locating all the DNS servers and their corresponding records for an organization. DNS enumeration will yield usernames, computer names, and IP addresses of potential target systems.
# Install Git
sudo apt install git
# Install Go
sudo apt install golang
# Git Clone
git clone https://github.com/R3DHULK/dns-enumeration-in-go
# Change Directory
cd dns-enumeration-in-go
# Run This Tool To Find Subdomains On Target Networks
go run dns-enumeration-mod.go <target domain name>