zebbern_exec
Execute any shell command on a Kali server with root access, custom timeouts, and background job support for unrestricted penetration testing tasks.
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, return immediately with a trackable job_id
Returns: Command output with stdout, stderr, return_code, execution_time. When background=True, returns job_id, pid, and initial status instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| command | Yes | ||
| timeout | No | ||
| background | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |