Recon-ng - Blackarch Tool
What is Recon-ng?
Recon-ng is an open-source web reconnaissance framework designed to automate OSINT (Open-Source Intelligence) gathering. It provides a modular interface similar to Metasploit, making it easy for penetration testers to collect and analyze information about a target.
How Does Recon-ng Work?
Installation & Setup – Install using
git clone
and run withpython3 recon-ng
.Workspaces – Create a workspace (
workspaces create target_name
) to organize data.Modules – Load and run modules (
modules load recon/domains-hosts/hackertarget
).API Integration – Use services like Shodan and VirusTotal for deeper analysis.
Data Storage & Export – Saves collected data in an SQLite database for further analysis.
Key Features of Recon-ng:
Modular Framework – Offers over 80 reconnaissance modules.
Automated OSINT – Collects domains, subdomains, emails, and IPs.
Database Integration – Stores gathered data for easy retrieval.
API Key Support – Integrates with various intelligence services.
Reporting & Exporting – Exports results in multiple formats like CSV and JSON.
Comments
Post a Comment