tenable-sc-plugins
Get plugin list from Tenable Security Center.
Syntax
tenable-sc-plugins [profile=PROFILE] [verify=t|f] [pretty=t|f]
- profile=PROFILE
- Optional. Connect profile code
- verify=t|f
- Optional. Verify profile (default: t). If f, returns empty on missing profile
- pretty=t|f
- Optional. Wrap description text at 60 characters
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect Profile | e.g. tenable_sc |
| id | String | ID | e.g. 17741 |
| name | String | Name | e.g. Oracle WebLogic DoS (CVE-2008-2582) |
| description | String | Description | e.g. The remote host is running Oracle WebLogic... |
| type | String | Type | e.g. active, passive |
| version | String | Version | e.g. 1.6 |
| updated | Date | Updated | e.g. 2024-12-01 14:20:00 |
| published | Date | Published | e.g. 2008-07-15 00:00:00 |
| family_id | String | Family ID | e.g. 23 |
| family_name | String | Family Name | e.g. Web Servers |
| family_type | String | Family Type | e.g. active |
| risk_factor | String | Risk Factor | e.g. Info, Low, Medium, High, Critical |
| cvss_base_score | Double | CVSS Base Score | e.g. 5.0 (0-10.0) |