Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 110 Bytes

File metadata and controls

11 lines (6 loc) · 110 Bytes

nc

在 1234 端口监听连接:

nc -l 1234

向对端机器发起 tcp连接

nc 172.16.44.140 1234

nc -zv