xops nc
Command usage and available options are listed below. Check --help for options supported by your installed version.
text
Network tool providing partial nc (netcat) functionality
Usage:
xops nc -l <port>
Listen on the specified port and output all request content. Non-root users on Linux cannot listen on ports below 1024.
xops nc <ip> <port>
Connect to the specified IP and port, sending stdin content to the target. Use with pipes or redirection.
Usage:
xops nc [flags]
Examples:
xops nc -l 8080
xops nc <ip> <port>
Flags:
-h, --help help for nc
-l, --listen uint16 Port to listen on (non-root users on Linux cannot listen on ports below 1024)
-u, --udp Use UDP protocol (default: TCP)
Global Flags:
--color string ANSI color output (auto=detect pipe/redirect, never=disable, always=force enable)
--debug Enable debug mode (equivalent to --log-level=debug)
--lang string Interface language (zh/en)
--log-level string Set internal diagnostic log level (debug, info, warn, error)