Commander

Copy-ready command templates for common penetration testing tools. Select a tool, fill in the parameters, copy, paste, profit.

DNS lookup tool for querying DNS records

dnsreconosintnetwork

A Record Lookup

Query the IPv4 address for a domain.

dig A

MX Record Lookup

Query mail exchange records for a domain.

dig MX

NS Record Lookup

Query name server records for a domain.

dig NS

TXT Record Lookup

Query TXT records (useful for SPF, DMARC, DKIM, etc.).

dig TXT

Zone Transfer Attempt

Attempt a DNS zone transfer (AXFR) — often misconfigured.

dig axfr @

Reverse DNS Lookup (PTR)

Find the hostname associated with an IP address.

dig -x

Query Custom DNS Resolver

Use a specific DNS server to resolve a domain.

dig @