Active Method
Infrastructure Identification
Subdomain Enumeration
Zone Transfers
Issues related to zone transfer
Type
Description
Enumeration techniques
1. Hacker Target
Tool Type: Web based
URL: https://hackertarget.com/zone-transfer/
2. Nslookup
Tool Type: Local
Step 1: Identify Nameservers
nslookup -type=NS <target domain>
Step 2: Test for ANY and AXFR zone transfer
nslookup -type=any -query=AXFR <target domain> <nameserver>
3. Gobuster
Tool Type: Local
Complementary tool/scripts/libraries: SecLists
Tip: if there's a pattern on the domain, you may opt to use pattern matching
gobuster dns -q -r <DNS server> -d <target domain> -w <wordlist> -p <pattern file> -o <filename output>
Virtual Hosts
Types of Virtual Hosting
Virtual Host Enumeration
Crawling
Web Crawling
Crawling Tools
Last updated