zebbern_exec
Run any shell command on Kali Linux with full root access, configurable timeout, and optional fire-and-forget background execution.
Instructions
Execute ANY command on the Kali server without restrictions. Full root access, no timeout limits (default 1 hour).
Args: command: The command to execute (can be any shell command, pipes, chains, etc.) timeout: Timeout in seconds (default: 3600 = 1 hour) cwd: Optional working directory for the command background: If True, run fire-and-forget — returns immediately with a task_id
Returns: Command output with stdout, stderr, return_code, execution_time. When background=True, returns immediately with a task_id instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| command | Yes | ||
| timeout | No | ||
| background | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |