\ Computer \ OS \ Mac \

Netcat

nc is netcat. Listen on localhost:

nc -l localhost <port>
`-l` listens. `<port>` is the port.
Updated: 2026 Aug 19