Home » Tools » 17. OSINT Tools » 2. Recon-ng

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:

    1. Run Recon-ng:
      • recon-ng

Explanation: Launches the Recon-ng framework, providing a modular interface to gather information about targets.

    1. Run a Module:
      • use recon/domains-hosts/bing_domain_web
      • set SOURCE example.com
      • run

Explanation: Uses the Bing domain module to collect host information for example.com.

Scroll to Top