HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

nxcdb — Interact with the NetExec database. More information: <https://www.netexec.wiki/getting-started/data

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thenxcdbcommanddatabaseinteractcliwithnetexec

Problem

How to use the nxcdb command: Interact with the NetExec database. More information: <https://www.netexec.wiki/getting-started/database-general-usage>.

Solution

nxcdb — Interact with the NetExec database. More information: <https://www.netexec.wiki/getting-started/database-general-usage>.

Enter an interactive database session:
nxcdb


Display the currently active workspace:
nxcdb --get-workspace


Create a new workspace:
nxcdb --create-workspace {{workspace_name}}


Activate the specified workspace:
nxcdb --set-workspace {{workspace_name}}

Code Snippets

Enter an interactive database session

nxcdb

Display the currently active workspace

nxcdb --get-workspace

Create a new workspace

nxcdb --create-workspace {{workspace_name}}

Activate the specified workspace

nxcdb --set-workspace {{workspace_name}}

Context

tldr-pages: common/nxcdb

Revisions (0)

No revisions yet.