- 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.
- TypeScript Blueprints
- Testing with JUnit
- Learning Chef
- Mastering Data Mining with Python:Find patterns hidden in your data
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- Node.js:來一打 C++ 擴展
- SQL 經典實例
- Python3.5從零開始學
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Instant Debian:Build a Web Server
- TypeScript 2.x By Example
- jQuery Mobile Web Development Essentials(Second Edition)
- Mastering Python
- Python Penetration Testing Essentials
- C++面向對象程序設計教程