NC(netcat)测试服务器与客户端TCP、UDP包是否连通

阅读 74

2022-09-20

一、各端下载NC/netcat

nc linux版下载

http://netcat.sourceforge.net/

nc windows版下载

https://eternallybored.org/misc/netcat/

 

nc Android版下载

应用商店搜索:ping & DNS

NC(netcat)测试服务器与客户端TCP、UDP包是否连通_服务端

 

 

二、命令使用

nc linux版服务端监听30080端口(192.168.2.189)

nc -ul 30080

nc windows客户端发送到192.168.2.189

nc -zuv  192.168.2.189 30080

 

 



精彩评论(0)

0 0 举报