Skip to content

Commit

Permalink
nxcdb: add page
Browse files Browse the repository at this point in the history
  • Loading branch information
gutjuri committed Oct 26, 2024
1 parent bbe3ca2 commit b009bc5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pages/common/nxcdb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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}}`

0 comments on commit b009bc5

Please sign in to comment.