- Mastering Kali Linux for Advanced Penetration Testing(Second Edition)
- Vijay Kumar Velu
- 141字
- 2021-07-02 21:04:20
Employing comprehensive reconnaissance applications
Although Kali contains multiple tools to facilitate reconnaissance, many of them contain features that overlap, and importing data from one tool into another is usually a complex manual process. Most testers select a subset of tools and invoke them with a script.
Comprehensive tools focused on reconnaissance were originally command-line tools with a defined set of functions; one of the most commonly used was Deepmagic Information Gathering Tool (DMitry). DMitry could perform whois lookups, retrieve netcraft.com information, search for subdomains and email addresses, and perform TCP scans. Unfortunately, it was not extensible beyond those functions.
The following screenshot provides details for running DMitry on www.cyberhia.com:
dmitry -winsepo output.txt example.com

Recent advances have led to the creation of comprehensive framework applications that combine passive and active reconnaissance; in the following section, we will be looking more at recon-ng.
- 大學計算機基礎(第二版)
- Advanced Machine Learning with Python
- C語言程序設計(第3版)
- Access 2010數據庫基礎與應用項目式教程(第3版)
- Java設計模式及實踐
- Python Web數據分析可視化:基于Django框架的開發實戰
- NGINX Cookbook
- Java Web開發詳解
- Android移動應用開發項目教程
- Implementing Microsoft Dynamics NAV(Third Edition)
- Learning C# by Developing Games with Unity 3D Beginner's Guide
- Python3從入門到實戰
- 網絡工程方案設計與實施(第二版)
- 深入解析Java虛擬機HotSpot
- Ionic Cookbook