List all commands:

1
help

Displays a summary of activity:

1
dashboard

Exit recon-ng:

1
exit

Workspace Management:

List Workspaces:

1
workspaces list

Create Workspaces:

1
workspaces create [worspace_name]

Load Workspaces:

1
workspaces load [workspace_name]

Take snapshot of workspaces:

1
snapshots take

List all snapshots:

1
snapshots list

Load a snapshot:

1
snapshots load [snapshot_name]

Remove a snapshot:

1
snapshots remove [snapshot_name]

Remove Workspaces:

1
workspaces remove [workspace_name]

Marketplace Commands:

Refresh the marketplace index:

1
marketplace refresh

Search modules on Marketplace:

1
marketplace search [search_keyword]

Install a module:

1
marketplace install [module_path]

Check Module info:

1
marketplace info [module_path]

Remove a module:

1
marketplace remove [module_path]

Module Basics:

Search installed modules:

1
modules search [search_keyword]

Reload installed modules:

1
modules reload

Load a module:

1
modules load [module_path]

Shows details about the loaded module:

1
info

Set api key for particular module (example shodan):

1
keys add shodan_api [api_key]

List all options:

1
options list

Set an option value:

1
options set [option_name] [option_value]

Unset an option value:

1
options unset [option_name]

Run the loaded module:

1
run

Return to main menu:

1
back

Module Output and Reporting:

Display all hosts in the workspace:

1
show hosts

Display all credentials in the workspace:

1
show credentials

Display all contacts in the workspace:

1
show contacts

Display other information:

1
2
3
4
5
6
7
show companies
show locations
show vulnerabilities
show domains
show leaks
show profiles
show repositories

For more information refer to the Recon-ng documentation!

© 2024 Encrypt Edge's Blog powered by Hexo

⬆︎TOP