Claude Kali MCP Commander

kill_process

Terminate a running process by its PID using a secure command interface. Ensure system stability by forcefully stopping specific processes on a Kali Linux environment.

Instructions

Terminate a running process by PID. Use with caution as this will forcefully terminate the specified process.

Input Schema

NameRequiredDescriptionDefault
pidYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pid": { "type": "number" } }, "required": [ "pid" ], "type": "object" }

You must be authenticated.

Other Tools from Claude Kali MCP Commander

Related Tools

ID: gf1wuhlxzi