nxc: add page (#13416)

Co-authored-by: spageektti <git@spageektti.cc>
This commit is contained in:
Juri Dispan 2024-08-10 10:27:03 +02:00 committed by GitHub
parent 122997de5f
commit 66d61f97a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

21
pages/common/nxc.md Normal file
View File

@ -0,0 +1,21 @@
# nxc
> Network service enumeration and exploitation tool.
> Some subcommands such as `nxc 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`