We are currently using netcat to pipe messages to a process running a listener on a specific port. E.g.: echo "test message" | netcat localhost 12345
Access to netcat has recently been removed from all of the machines in our organisation because it is a "security risk". Is there a simple alternative (on linux) that can be used for this purpose?