Cheatography
https://cheatography.com
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
Installation |
sudo apt install recon-ng |
Open Recon-ng |
recon-ng |
Open Recon-ng to a specific workspace |
recon-ng -w WORKSPACE_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 WORKSPACE_NAME |
List workspace |
workspaces list |
Select workspace |
workspaces select WORKSPACE_NAME |
Delete workspace |
workspaces delete WORKSPACE_NAME |
Helpful Commands
Exit the current context |
back |
Display a summary of activity |
dashboard |
Interfaces with the workspace's database |
db |
Exit the framework |
exit |
Display the help menu |
help |
Create a module index |
index |
Manage third party resource credentials |
keys |
Interfaces with the module marketplace |
marketplace |
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 |
|
|
Marketplace / Modules
Search all available modules |
marketplace search |
Search for available modules with keyword |
marketplace search KEYWORD |
See information about the module in question |
marketplace info MODULE |
Install the specified module into Recon-ng |
marketplace install MODULE |
Uninstall specified module |
marketplace remove MODULE |
List all of the installed modules |
module search |
Load specific module to memory |
modules load MODULES |
|