LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

tcpkill

Terminate TCP connections with resets

TLDR

Kill connections by interface, host, and port
$ tcpkill -i [eth1] host [192.95.4.27] and port [2266]
copy

SYNOPSIS

tcpkill [OPTIONS] EXPRESSION

DESCRIPTION

tcpkill terminates in-progress TCP connections by injecting TCP RST (reset) packets. It monitors traffic matching the specified filter expression and sends forged reset packets to both endpoints.The filter expression uses libpcap syntax, allowing filtering by host, port, network, or any combination.

PARAMETERS

-i INTERFACE

Network interface to use
-1 to -9
Aggressiveness level (default: 3)

INSTALL

sudo apt install dsniff
copy
sudo dnf install dsniff
copy
sudo pacman -S dsniff
copy
nix profile install nixpkgs#dsniff
copy

CAVEATS

Requires root privileges. Part of the dsniff package. Only works on unencrypted connections visible on the network. May require multiple attempts for active connections. Use responsibly - unauthorized use may be illegal.

HISTORY

tcpkill is part of the dsniff suite created by Dug Song for network auditing. It's used for security testing and emergency connection termination.

SEE ALSO

tcpdump(8), dsniff(8)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid