tenable_get_plugin_details
Retrieve detailed information about a specific plugin, including CVSS scores, CVE references, solution, and exploit details.
Instructions
Get detailed information about a specific plugin.
Includes CVSS scores, CVE references, solution, and exploit information.
Example: Input: {"plugin_id": 19506} Output: { "id": 19506, "name": "Apache Log4j ...", "cvss_base_score": 10.0, "cve": ["CVE-2021-44228"], ... }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plugin_id | Yes |