db_services
List all services discovered during penetration testing to analyze network exposure and identify potential attack vectors for security assessments.
Instructions
List all services in the current workspace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Optional: filter by host IP address |
Input Schema (JSON Schema)
{
"properties": {
"host": {
"description": "Optional: filter by host IP address",
"type": "string"
}
},
"type": "object"
}