filan

multipurpose relay for bidirectional data transfer

Install

All systems
curl cmd.cat/filan.sh
Debian Debian
apt-get install socat
Ubuntu
apt-get install socat
Alpine
apk add socat
Arch Arch Linux
pacman -S socat
image/svg+xml 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
Docker
docker run cmd.cat/filan filan 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.