exec_stream
Execute a command with real-time streaming output via SSE, ideal for long-running penetration testing tools like nmap and nuclei.
Instructions
Execute a command with real-time streaming output via SSE (text/event-stream). Posts to api/command with streaming=True. Useful for long-running commands like nmap, nuclei, fuzzing.
Args: command: The command to execute timeout: Timeout in seconds (default: 3600 = 1 hour)
Returns: Streaming output collected in real-time with all events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |