1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages/common/nxc.md
Lena b596b78b18
pages/*: standardize mentioning subcommands without the main command (#13626)
* pages/*: standardize mentioning subcommands without the main command

* CONTRIBUTING: clarify that pages should only mention the subcommand
2024-10-04 21:14:41 +02:00

685 B

nxc

Network service enumeration and exploitation tool. Some subcommands such as smb have their own usage documentation. More information: https://www.netexec.wiki/.

  • [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