Some notes on killing a TCP connection...
- https://github.com/arut/linux-tcp-drop
- http://rtomaszewski.blogspot.com/2012/11/how-to-forcibly-kill-established-tcp.html
- http://killcx.sourceforge.net
- tcpkill (part of dsniff)
- cutter
(remember to be root!)
lsof | awk '{ print $2; }' | sort -rn | uniq -c | sort -rn | head
lsof | grep <PID>
netstat -tonp
- Killcx deps:
libnet-rawip-perl
libnet-pcap-perl
libnetpacket-perl
- tcpkill deps:
dsniff
CLOSE_WAIT related