ayedo / tcpkiller

A GUI application for Windows, and OS X to kill a process which is listening on a tcp port.
GNU General Public License v3.0
37 stars 0 forks source link
logo

TcpKiller

A GUI application to kill a process which is listening on a tcp port.

Main Features:

There are many tools that implement this functionality. This tool will additionally:

Demonstration

Installation

Download the installer for your platform from the releases page.

Requirements

The requirements depend on the operation system used.

OS X

The following command line tools are required:

Windows

The following command line tools are required:

Successfully tested on: Windows 10

Caveats

On Windows some services are started by the operation system under the system process which cannot be terminated by TcpKiller.

TcpKiller may still help you find the culprit:

  1. Hover over the port number. If it's a registered IANA port, it will tell you its name which could help you find out which service is listening on the port.
  2. If it's a non IANA registered port, it could be http.sys, which is the windows integrated http server infrastructure. Run netsh http show servicestate. If there is a process listening through http.sys, you should be able to see it under 'request queue'.

Attribution

I would like to thank Freepik for providing the logo for this project.