- Kali Linux:An Ethical Hacker's Cookbook(Second Edition)
- Himanshu Sharma
- 157字
- 2021-06-24 15:59:15
How to do it...
- To view the help, we type the following:
dnsrecon -h
The following screenshot shows the output of the preceding command:

- To do a simple recon of name servers, A records, SOA records, MX records, and so on, we can run the following command:
dnsrecon -d packtpub.com -n 8.8.8.8
The following screenshot shows the output of the preceding command:

- Now let's take an example of a domain that has NSEC records. To do a zone walk, we can simply run the following command:
dnsrecon -z -d icann.org -n 8.8.8.8
The following screenshot shows the output of the preceding command:

- We can do this manually by using the dig command along with dig +short NSEC domainname.com.
- The previous dig command will throw us one subdomain, and then we can rerun the same command with the subdomain we got in previous step to find the next subdomain: dig +short NSEC a.domain.com.
推薦閱讀
- 樂學(xué)Windows操作系統(tǒng)
- Implementing Cisco UCS Solutions
- Getting Started with oVirt 3.3
- PLC控制程序精編108例
- Mobile-first Bootstrap
- FreeRTOS實(shí)時(shí)內(nèi)核應(yīng)用指南
- PLC控制系統(tǒng)應(yīng)用與維護(hù)
- 混沌工程實(shí)戰(zhàn):手把手教你實(shí)現(xiàn)系統(tǒng)穩(wěn)定性
- 深入Linux內(nèi)核架構(gòu)與底層原理(第2版)
- Docker+Kubernetes應(yīng)用開發(fā)與快速上云
- iOS 8開發(fā)指南
- VMware Horizon View Essentials
- Red Hat Enterprise Linux 6.4網(wǎng)絡(luò)操作系統(tǒng)詳解
- Cassandra 3.x High Availability(Second Edition)
- Introduction to R for Quantitative Finance