snippetbashTip
nxcdb — Interact with the NetExec database. More information: <https://www.netexec.wiki/getting-started/data
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:
nxcdbDisplay the currently active workspace:
nxcdb --get-workspaceCreate a new workspace:
nxcdb --create-workspace {{workspace_name}}Activate the specified workspace:
nxcdb --set-workspace {{workspace_name}}Code Snippets
Enter an interactive database session
nxcdbDisplay the currently active workspace
nxcdb --get-workspaceCreate 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.