2. Recon-ng
Description:
Recon-ng is an OSINT reconnaissance framework that allows penetration testers to gather information from different public sources. It has a modular structure, similar to Metasploit, with modules that perform different data-gathering tasks.
Examples:
- Run Recon-ng:
- recon-ng
- Run Recon-ng:
Explanation: Launches the Recon-ng framework, providing a modular interface to gather information about targets.
- Run a Module:
- use recon/domains-hosts/bing_domain_web
- set SOURCE example.com
- run
- Run a Module:
Explanation: Uses the Bing domain module to collect host information for example.com.