nmap_os_detection
Detect operating systems on targeted networks using advanced OS fingerprinting techniques, enabling precise identification for security analysis and network management.
Instructions
Perform operating system detection scan
Input Schema
Name | Required | Description | Default |
---|---|---|---|
max_retries | No | ||
ports | No | common | |
targets | Yes |
Input Schema (JSON Schema)
{
"properties": {
"max_retries": {
"default": 2,
"title": "Max Retries",
"type": "integer"
},
"ports": {
"default": "common",
"title": "Ports",
"type": "string"
},
"targets": {
"title": "Targets",
"type": "string"
}
},
"required": [
"targets"
],
"title": "nmap_os_detectionArguments",
"type": "object"
}