Identifying Domain Information
Nmap
nmap --script dns-srv-enum --script-args "dns-srv-enum.domain='acme.local'"Linux
cat /etc/resolv.conf
systemd-resolve --status | grep "DNS Servers"
host <domain_name>Windows
nslookup <domain>
nltest /dclist:<domainname>
echo %logonserver%
ipconfig /allLast updated