recon-ng
Full-featured reconnaissance framework with modular architecture
Recon & OSINT5 commands
#recon#framework#osint#python
Installation
1Clone the repository
2Install dependencies
3Verify installation
git clone https://github.com/lanmaster53/recon-ng.git
cd recon-ng
pip install -r REQUIREMENTS
# Verify
python3 recon-ng --helpBasic Usage
Modular reconnaissance framework for OSINT gathering
# Start recon-ng
python3 recon-ng
# Inside the interactive shell:
# Install modules
marketplace install all
# Search for modules
marketplace search whois
# Load a module
modules load recon/domains-hosts/google_site_web
# Run with current workspace
run
# Show available modules
modules searchCommand Reference
5 commands
1Install modules from the marketplace
marketplace install2Load a specific module
modules load3Execute the loaded module
run4Manage workspaces
workspaces5Manage API keys for modules
keysWhen to Use
1
Comprehensive reconnaissance and OSINT gathering2
Domain and host enumeration3
Contact and credential discovery4
Geolocation and social media intelligenceNotes & Tips
1
Modular framework with hundreds of community modules2
Requires API keys for some modules3
Results are stored in a workspace database for analysisCommon Errors & Solutions
Module not installed
Use 'marketplace install <module>' to install it first
API key required
Use 'keys add <service> <key>' to configure API keys