/Pkiller

A Process killer that will show some information before killing a process.

Primary LanguageGoMIT LicenseMIT

Pkiller

This is a simple program that gets a PID as an argument, then show the process command and username of its owner, and finally ask if you want to kill it. It help us to prevent of killing other process with similar process ID.

Usage:

``./pkiller <PID>

Example:

./pkiller 1234

Note:

This program is only for educational purposes and should not be used for malicious activities.

License

This program is licensed under the MIT License.

Todo:

  • Add support for killing processes with name
  • Add support for killing processes with signal
  • Colorize the output
  • Show all Prozesses, when user doesn't run this program with a Process ID.