commands.sh

nxc

all

Network service enumeration and exploitation tool. Some subcommands such as `smb` have their own usage documentation.

More info →

Options (3)

-L, --list-modulesboolean

List available modules for the specified protocol

Example: nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} {{[-L|--list-modules]}}
-M, --moduleboolean

List the options available for the specified module

Example: nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} {{[-M|--module]}} {{module_name}} --options
-h, --helpboolean

View the options available for the specified protocol

Example: nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} {{[-h|--help]}}

Examples (4)

List available modules for the specified protocol

nxc smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql [-L|--list-modules]

List the options available for the specified module

nxc smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql [-M|--module] module_name --options

Specify an [o]ption for a module

nxc smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql [-M|--module] 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 [-h|--help]
made by @shridhargupta | data from tldr-pages