shodan-search-cpes
Search CPE identifiers by product name to find exact CPE strings for vulnerability lookups. No API key required.
Instructions
Search CPE (Common Platform Enumeration) identifiers by product name.
Useful for finding exact CPE strings to use in vulnerability lookups. This is FREE — no API key required.
Returns: CpeSearchResult with matching CPE identifiers and total count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of results to skip (for pagination). | |
| limit | No | Maximum number of results. | |
| product | Yes | Product name to search for. Examples: "apache", "nginx", "openssh". | |
| timeout | No | HTTP request timeout in seconds. Default: 30. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cpes | No | Matching CPE identifiers | |
| total | No | Total number of matching CPEs |