nxc
Verified for current stable LTS
Nxc Command: Specify Option For Module
Use for specify option for module with Nxc. Exact CLI syntax to specify option for module using Nxc.
When to use this: Use for specify option for module with Nxc.
Command Syntax
nxc <smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql> -M <module_name> -o <OPTION_NAME>=<option_value> nxc <smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql> -M <module_name> -o <OPTION_NAME>=<option_value> Live Command Builder
Final Command
nxc <smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql> -M <module_name> -o <OPTION_NAME>=<option_value> Command Breakdown
-M- Command Option
- Tool-specific option used by this command invocation.
-o- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to specify option for module using Nxc.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Nxc Command: List Modules For Specified Protocol
nxc <smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql> -L Nxc Command: List Options For Specified Module nxc <smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql> -M <module_name> --options Nxc Command: View Options For Specified Protocol nxc <smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql> -h Autossh Command: Fork Autossh Background No Shell autossh -f -M <monitor_port> -N "<ssh_command>" Autossh Command: Logging Autossh Output AUTOSSH_DEBUG=1 AUTOSSH_LOGFILE=<path/to/autossh_log_file.log> autossh -f -M <monitor_port> -v -E <path/to/ssh_log_file.log> <ssh_command>