diff --git a/pages/common/nxcdb.md b/pages/common/nxcdb.md new file mode 100644 index 0000000000..f13949756f --- /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}}`