一、各端下载NC/netcat
nc linux版下载
http://netcat.sourceforge.net/
nc windows版下载
https://eternallybored.org/misc/netcat/
nc Android版下载
应用商店搜索:ping & DNS
二、命令使用
nc linux版服务端监听30080端口(192.168.2.189)
nc -ul 30080
nc windows客户端发送到192.168.2.189
nc -zuv 192.168.2.189 30080