From b0d1fca2349450aba4c4f1b7804499f8bedd17b7 Mon Sep 17 00:00:00 2001 From: Juri Dispan Date: Mon, 28 Oct 2024 04:38:02 +0100 Subject: [PATCH] nxcdb: add page (#14386) --- pages/common/nxcdb.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/nxcdb.md diff --git a/pages/common/nxcdb.md b/pages/common/nxcdb.md new file mode 100644 index 000000000..f13949756 --- /dev/null +++ b/pages/common/nxcdb.md @@ -0,0 +1,20 @@ +# nxcdb + +> Interact with the NetExec database. +> More information: . + +- 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}}`