search_vulnerabilities
Scan and identify vulnerabilities by keyword across systems using the Nessus MCP Server, enabling targeted security assessments and threat mitigation.
Instructions
Search for vulnerabilities by keyword
Input Schema
Name | Required | Description | Default |
---|---|---|---|
keyword | Yes | Keyword to search for in vulnerability names and descriptions |
Input Schema (JSON Schema)
{
"properties": {
"keyword": {
"description": "Keyword to search for in vulnerability names and descriptions",
"type": "string"
}
},
"required": [
"keyword"
],
"type": "object"
}