nc
Verified for current stable LTS
Nc Command: Start Listener Shell Access
Use for start listener shell access with Nc. Exact CLI syntax to start listener shell access using Nc.
When to use this: Use for start listener shell access with Nc.
Command Syntax
nc -l -p <port> -e <shell_executable> nc -l -p <port> -e <shell_executable> Command Breakdown
-l- Command Option
- Tool-specific option used by this command invocation.
-p- Command Option
- Tool-specific option used by this command invocation.
-e- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to start listener shell access using Nc.
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
Nc Command: Connect And Receive File
nc <host> <port> > <received_filename> Nc Command: Connect And Shell Access nc <host> <port> -e <shell_executable> Nc Command: Proxy Local To Remote Port nc -l -p <local_port> | nc <host> <remote_port> Nc Command: Scan Open Tcp Ports nc -v -z -w <timeout_in_seconds> <host> <start_port>-<end_port> Nc Command: Send Http Get Request echo -e "GET / HTTP/1.1\nHost: <host>\n\n" | nc <host> 80