reverse_shell_command
Execute any command on a target system through an active reverse shell session and retrieve its output.
Instructions
Execute a command in an active reverse shell session.
Args: session_id: The session ID (e.g., 'shell_4444') command: Command to execute on the target timeout: Command timeout in seconds
Returns: Command output from the target system
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| timeout | No | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |