Enumerating DNS server

https://www.niii.tech/


Windows > cmd > 


Identify the EMAIL SERVER:

set query=MX


HOSTNAME and PORT NUMBER SERVER:

set query=SRV


Identify the primary name server for the zone:

set query=SOA


Maps an IP to a hostname (reverse DNS lookups):

set query=PTR


Defines the name server within your namespace:

set query=NS


Provides for domain name aliases within your zone:

set query=CNAME


Maps an IP to a hostname (DNS lookups):

set query=A



Comments

Popular posts from this blog