netcat
Listen, connect, ...
Basic command to listen on a TCP/UDP port:
TCP
UDP
Flags:
-l
: listen mode, for inbound connects-p
: local port number-u: UDP mode
Connect to TCP/UDP server at a port
Connect to a TCP server:
Connect to a UDP server:
Last updated