tcpkill
Kills specified in-progress TCP connections. More information: <https://manned.org/tcpkill>.
Install
- All systems
-
curl cmd.cat/tcpkill.sh
- Debian
-
apt-get install dsniff
- Ubuntu
-
apt-get install dsniff
- Arch Linux
-
pacman -S dsniff
- Kali Linux
-
apt-get install dsniff
- Fedora
-
dnf install dsniff
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dsniff
- Raspbian
-
apt-get install dsniff
- Dockerfile
- dockerfile.run/tcpkill
Kills specified in-progress TCP connections. More information: <https://manned.org/tcpkill>.
-
Kill in-progress connections at a specified interface, host and port:
tcpkill -i eth1 host 192.95.4.27 and port 2266
© tl;dr; authors and contributors