ncat

Use the normal cat functionality over networks. More information: <https://manned.org/ncat>.

Debian Debian
RUN apt-get update && \ apt-get install -y ncat
Ubuntu
RUN apt-get update && \ apt-get install -y ncat
Alpine
RUN apk add nmap
Arch Arch Linux
RUN pacman -S --noconfirm nmap
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y ncat
CentOS
RUN yum install -y nmap-ncat-2
Fedora
RUN dnf install -y nmap-ncat-2
Raspbian
RUN apt-get update && \ apt-get install -y nmap
click the source code to copy install ncat on any operating system with command-not-found.com