workspaces Verified current stable Not installed? Security

Workspaces / Create Workspace In Recon Ng

Create Workspace In Recon Ng

Creates a new workspace for organized data management in recon-ng.

$
Terminal
workspaces create <workspace_name>

When To Use

When starting a new project requiring data isolation

Pro Tip

Use descriptive workspace names to easily identify projects later.

Command Builder

Tune the command before you copy it

Back to syntax
$
Generated Command
workspaces create <workspace_name>

Anatomy of Output

Understanding the result

Workspace 'new_workspace' created. Creation Confirmation

Confirms successful workspace creation.

You are now in workspace: new_workspace Current Workspace

Indicates the active workspace context.

Available workspaces: ['default', 'new_workspace'] Workspace List

Lists all available workspaces.

Troubleshooting

Common pitfalls

Workspace already exists.

Solution: Choose a unique name for the new workspace.

Creation failed due to invalid name.

Solution: Ensure workspace name adheres to naming conventions.

Unable to switch to specified workspace.

Solution: Verify that the workspace name is properly spelled.

Command Breakdown

What each part is doing

workspaces
Base Command
The executable that performs this operation. Here it runs Workspaces before the shell applies any redirect operators.
<workspace_name>
workspace name
The value supplied for workspace name.

Alternative Approaches

Comparable commands in other tools

Alternative security tools for the same job.