roboshadow_get_device_services
List Windows services on a device to check start mode, running state, and unquoted-path vulnerabilities, supporting search and pagination.
Instructions
List Windows services on one device, including start mode, running state, and whether the service has an unquoted-path vulnerability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (1-indexed). Default 1. | |
| search | No | Search term for filtering results. | |
| deviceId | Yes | Unique identifier for the device. | |
| itemsPerPage | No | Number of items per page (1-100). Default 10. | |
| organisationId | Yes | The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations. |