用户工具

站点工具


linux:netcat

这是本文档旧的修订版!


netcat

Netcat is a featured networking utility which reads and writes data across network connections, using the TCP/IP protocol.

Usage

GNU nc usage only

Testing specify port is open:

root@server: nc -l -p 1080
 
root@client: nc host 1080 # then input something
linux/netcat.1506435743.txt.gz · 最后更改: 2023/12/03 10:24 (外部编辑)