- Kali Linux 2018:Assuring Security by Penetration Testing
- Shiva V. N Parasram Alex Samm Damian Boodoo Gerard Johansen Lee Allen Tedi Heriyanto Shakeel Ali
- 161字
- 2021-06-24 18:19:07
DNSRecon
DNSRecon is my go-to tool for DNS recon and enumeration. In this example, we will request a zone transfer from domain.foo. The DNS server running at domain.foo will return all of the records that it is aware of for domain.foo and any subdomains associated with it. This gives us the name of servers with their respective hostnames and IP addresses for the domain. It returned all DNS records, which were TXT records (4), PTR records (1), MX records for mail servers (10), IPv6 A records (2), and IPv4 A records (12). The records provide some really juicy information about the network. One record shows the IP address of their DC office, another shows the IP address of their firewall appliance, another shows that they have a VPN and its IP address, and another record shows the IP address of the mail server login portal, as shown in the following screenshot:
dnsrecon -d zonetranfer.zone -a
-d: domain
-a: perform zone transfer
- unidbg逆向工程:原理與實踐
- 計算機網絡安全技術(第6版·慕課版)
- Learning Python for Forensics
- Mastering Kali Linux for Advanced Penetration Testing
- 數字安全藍皮書:本質屬性與重要特征
- Web安全與攻防入門很輕松(實戰超值版)
- API攻防:Web API安全指南
- 數字化轉型浪潮下的數據安全最佳實踐指南
- 云原生安全與DevOps保障
- 局域網交換機安全
- 人工智能安全(精裝版)
- 網絡用戶行為的安全可信分析與控制
- Cybersecurity Threats,Malware Trends,and Strategies
- CTF快速上手:PicoCTF真題解析(Web篇)
- 云計算安全防護技術