netcat 缺少 -x 选项

The*_*der 4 ubuntu proxy netcat

我的 nc 命令有问题,我不能使用代理,因为没有 -x 选项,它应该在那里。

 nc -h
[v1.10-41]
connect to somewhere:   nc [-options] hostname port[s] [ports] ...
listen for inbound:     nc -l -p port [-options] [hostname] [port]
options:
        -c shell commands       as `-e'; use /bin/sh to exec [dangerous!!]
        -e filename             program to exec after connect [dangerous!!]
        -b                      allow broadcasts
        -g gateway              source-routing hop point[s], up to 8
        -G num                  source-routing pointer: 4, 8, 12, ...
        -h                      this cruft
        -i secs                 delay interval for lines sent, ports scanned
        -k                      set keepalive option on socket
        -l                      listen mode, for inbound connects
        -n                      numeric-only IP addresses, no DNS
        -o file                 hex dump of traffic
        -p port                 local port number
        -r                      randomize local and remote ports
        -q secs                 quit after EOF on stdin and delay of secs
        -s addr                 local source address
        -T tos                  set Type Of Service
        -t                      answer TELNET negotiation
        -u                      UDP mode
        -v                      verbose [use twice to be more verbose]
        -w secs                 timeout for connects and final net reads
        -C                      Send CRLF as line-ending
        -z                      zero-I/O mode [used for scanning]
port numbers can be individual or ranges: lo-hi [inclusive];
hyphens in port names must be backslash escaped (e.g. 'ftp\-data').

Run Code Online (Sandbox Code Playgroud)

我的网猫过时了吗?我该如何更新?感谢帮助。

mur*_*uru 8

看起来您安装了“传统”netcat ( netcat-traditional)。该-x选项在OpenBSD netcat ( netcat-openbsd) 中可用。另请参阅:netcat-traditional 和 netcat-openbsd 之间有什么区别?在询问 Ubuntu 上。