blob: b9c32f324647c8c59d29072dd1b720665e8b167b (
plain)
1
2
3
4
|
The nc (or netcat) utility is used for just about anything under the
sun involving TCP, UDP, or UNIX-domain sockets. It can open TCP
connections, send UDP packets, listen on arbitrary TCP and UDP ports,
do port scanning, and deal with both IPv4 and IPv6.
|