mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
21 lines
408 B
Markdown
21 lines
408 B
Markdown
![]() |
# 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}}`
|