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.txt · 最后更改: 2023/12/03 10:24 由 127.0.0.1