sockdown
manipulate BSD TCP/IP stream sockets
Install
- All systems
-
curl cmd.cat/sockdown.sh
- Debian
-
apt-get install netpipes
- Ubuntu
-
apt-get install netpipes
- Kali Linux
-
apt-get install netpipes
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install netpipes
- Raspbian
-
apt-get install netpipes
- Dockerfile
- dockerfile.run/sockdown
netpipes
manipulate BSD TCP/IP stream sockets
The netpipes package makes TCP/IP streams usable in shell scripts. It can also simplify client/server code by allowing the programmer to skip all the tedious programming bits related to sockets and concentrate on writing a filter, or other service.