get_command_output
Retrieve the latest output from interactive commands executed on the Kali Linux MCP Server, enabling real-time monitoring of security testing and penetration tasks.
Instructions
获取交互式命令的最新输出。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
session_id | Yes | 交互式会话ID。 |
Input Schema (JSON Schema)
{
"properties": {
"session_id": {
"description": "交互式会话ID。",
"type": "string"
}
},
"required": [
"session_id"
],
"type": "object"
}