nmap_service_detection
Identify running services and their versions on specified targets using network scanning capabilities provided by the Nmap MCP Server.
Instructions
Perform service and version detection scan
Input Schema
Name | Required | Description | Default |
---|---|---|---|
intensity | No | ||
ports | No | common | |
targets | Yes |
Input Schema (JSON Schema)
{
"properties": {
"intensity": {
"default": 7,
"title": "Intensity",
"type": "integer"
},
"ports": {
"default": "common",
"title": "Ports",
"type": "string"
},
"targets": {
"title": "Targets",
"type": "string"
}
},
"required": [
"targets"
],
"title": "nmap_service_detectionArguments",
"type": "object"
}