tcp-cutter
disconnect routed IP connections
Install
- All systems
-
curl cmd.cat/tcp-cutter.sh
- Debian
-
apt-get install cutter
- Ubuntu
-
apt-get install cutter
- Alpine
-
apk add cutter
- Arch Linux
-
pacman -S cutter
- Fedora
-
dnf install cutter
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cutter
- OS X
-
brew install cutter
- Raspbian
-
apt-get install cutter
- Dockerfile
- dockerfile.run/tcp-cutter
- Docker
-
docker run cmd.cat/tcp-cutter tcp-cutter
powered by Commando
cutter
disconnect routed IP connections
Cutter will send packets to both ends of a TCP/IP connection to close the connection. It is designed to be used on a Linux router to disconnect unwanted connections. Cutter can close all connections to or from a specified ip-address or ip-address/port pair, allowing, as example, close the specific service of a computer. It also can close the connections between two ip-address that use a specific port to deny a certain service to client. Other possibility is close a specific connection from ip-address/port to ip-address/port. Cutter is not a firewall, but is part of a larger Linux firewall project. Cutter 1.04 should be considered EXPERIMENTAL.