guest_exec
Execute allowlisted commands on QEMU virtual machines via SSH for Linux binary analysis and system forensics, with optional unsafe command override for advanced debugging.
Instructions
Execute an allowlisted guest command over SSH, with optional per-call unsafe override.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm_id | Yes | ||
| allowed_command | Yes | ||
| args | No | ||
| unsafe_allow_arbitrary_commands | No | ||
| unsafe_command | No | ||
| timeout_sec | No |