From 66d61f97a411ffcf4f30e201845b167161c427ec Mon Sep 17 00:00:00 2001 From: Juri Dispan Date: Sat, 10 Aug 2024 10:27:03 +0200 Subject: [PATCH] nxc: add page (#13416) Co-authored-by: spageektti --- pages/common/nxc.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pages/common/nxc.md diff --git a/pages/common/nxc.md b/pages/common/nxc.md new file mode 100644 index 000000000..eb74c48f6 --- /dev/null +++ b/pages/common/nxc.md @@ -0,0 +1,21 @@ +# nxc + +> Network service enumeration and exploitation tool. +> Some subcommands such as `nxc smb` have their own usage documentation. +> More information: . + +- [L]ist available modules for the specified protocol: + +`nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} -L` + +- List the options available for the specified module: + +`nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} -M {{module_name}} --options` + +- Specify an option for a module: + +`nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} -M {{module_name}} -o {{OPTION_NAME}}={{option_value}}` + +- View the options available for the specified protocol: + +`nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} --help`