- Penetration Testing Bootcamp
- Jason Beltrame
- 258字
- 2021-07-02 21:35:57
Enumerating DNS with dnsmap
dnsmap is a fantastic tool to find subdomains within the domain you are looking for. It's a great way to see whether other sites are publicly available (internally and/or externally) that may or may not be known. This allows you to potentially find and exploit a subdomain that may not be controlled or administered correctly. You can provide your own word list to look up against the subdomains, or you can use the built-in one. Some organizations offload some subdomains to third parties, so you need to be cautious how you use this information. The scope of work may only cover the company you are hired for; and therefore, you may not be looked upon so kindly by the other organization if you are trying to actively exploit it. This should be worked out in the stakeholders meeting, but sometimes things do slip through the floor. The following is a screenshot of the command-line options for dnsmap:

We can then take a domain that we are looking at, in this case https://www.mozilla.org, and see which other subdomains may exist. The following screenshot shows the output of the dnsmap command against Mozilla.org:

With this information, we can now start to probe additional IP addresses/sites that we might not have known about in the past, which can increase the attack/penetration-testing surface in which we can work against. The more the targets, the better the chance we have of getting in and being able to include that in our penetration report that we will deliver.
- Visual C++程序設計教程
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- .NET 4.0面向對象編程漫談:基礎篇
- HTML5+CSS3基礎開發教程(第2版)
- Visual Basic程序設計習題解答與上機指導
- Learning Neo4j 3.x(Second Edition)
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- Mastering Linux Security and Hardening
- Procedural Content Generation for C++ Game Development
- 新印象:解構UI界面設計
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)
- 數據科學中的實用統計學(第2版)
- Python 快速入門(第3版)
- Java核心技術速學版(第3版)