shell_command
Execute terminal commands with a customizable timeout for malware analysis. Commands run in the background if they exceed the timeout, ensuring uninterrupted processing of analysis tasks.
Instructions
Execute a command in the terminal with timeout. Command will continue running in background if it doesn't complete within timeout.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | The command to execute in the terminal | |
timeout_ms | No | Optional timeout in milliseconds (default: 30000) |