procan
multipurpose relay for bidirectional data transfer
Install
- All systems
-
curl cmd.cat/procan.sh
- Debian
-
apt-get install socat
- Ubuntu
-
apt-get install socat
- Alpine
-
apk add socat
- Arch Linux
-
pacman -S socat
- Kali Linux
-
apt-get install socat
- CentOS
-
yum install socat
- Fedora
-
dnf install socat
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install socat
- OS X
-
brew install socat
- Raspbian
-
apt-get install socat
- Dockerfile
- dockerfile.run/procan
- Docker
-
docker run cmd.cat/procan procan
powered by Commando
socat
multipurpose relay for bidirectional data transfer
Socat (for SOcket CAT) establishes two bidirectional byte streams and transfers data between them. Data channels may be files, pipes, devices (terminal or modem, etc.), or sockets (Unix, IPv4, IPv6, raw, UDP, TCP, SSL). It provides forking, logging and tracing, different modes for interprocess communication and many more options. It can be used, for example, as a TCP relay (one-shot or daemon), as an external socksifier, as a shell interface to Unix sockets, as an IPv6 relay, as a netcat and rinetd replacement, to redirect TCP-oriented programs to a serial line, or to establish a relatively secure environment (su and chroot) for running client or server shell scripts inside network connections. Socat supports sctp as of 1.7.0.