Performing DNS zone walking using dnsrecon tool

preview_player
Показать описание
• Intro to DNSSEC zone walking
◇ enumeration technique
◇ Internal records ot the target DNS server
◇ we can use DNSRecon tool to perform dns enum through dnssec zone wlk
◇ Steps:
▪ Launch linux based terminal
▪ make sure u have sudo permission
▪ Check if dnsrecon is installed
→ which dnsrecon
▪ check available options
→ dnsrecon -h
- Perform dns enumeration for the target domain
→ dnsrecon -d target_domain -z (specifies dnssec zone walk be performed with standard enumeration)

#dnszonewalking
#dnsrecon
#techwithdesire