Show Menu
Cheatography

Recon-ng (Linux) Cheat Sheet (DRAFT) by

Recon-ng is framework that helps with OSINT work.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Getting Started

Instal­lation
sudo apt install recon-ng
Open Recon-ng
recon-ng
Open Recon-ng to a specific workspace
recon-ng -w WORKSP­ACE­_NAME

Keys

List the keys
keys list
Add a key
keys add KEY_NAME KEY_VALUE
Remove a key
keys remove KEY_NAME
 

Workspace

Create a workspace
workspaces create WORKSP­ACE­_NAME
List workspace
workspaces list
Select workspace
workspaces select WORKSP­ACE­_NAME
Delete workspace
workspaces delete WORKSP­ACE­_NAME

Helpful Commands

Exit the current context
back
Display a summary of activity
dashboard
Interfaces with the worksp­ace's database
db
Exit the framework
exit
Display the help menu
help
Create a module index
index
Manage third party resource creden­tials
keys
Interfaces with the module market­place
market­place
Interfaces with installed modules
modules
Manage the current context options
options
Start a Python Debugger session
pdb
Record and execute command scripts
script
Execute shell command
shell
Show various framework items
show
Manage workspace snapshots
snapshots
Spool output to a file
spool
Manage workspaces
workspaces
 

Market­place / Modules

Search all available modules
market­place search
Search for available modules with keyword
market­place search KEYWORD
See inform­ation about the module in question
market­place info MODULE
Install the specified module into Recon-ng
market­place install MODULE
Uninstall specified module
market­place remove MODULE
List all of the installed modules
module search
Load specific module to memory
modules load MODULES