CLIInvestigation FrameworksFeatured
Recon-ng
Modular, Metasploit-style recon framework
Overview
A CLI recon framework with a workflow deliberately modeled on Metasploit: workspaces, modules, and a marketplace you install modules from before running them against a target, storing results in a local database you can query and pivot on.
Field Note
Many modules wrap third-party APIs and need keys configured via `keys add` before they return anything — running a fresh install straight out of the box against a target will mostly produce empty results until you've set that up. The workspace/database model is genuinely good for keeping a multi-session investigation organized, more so than most single-shot CLI tools.
- Best for
- Keeping a long-running, multi-session investigation organized in one queryable workspace.
- Pricing
- Free & open source (GPL-3.0)
- Last updated
- August 17, 2026