shodan_protocols
Retrieves a list of protocols supported by Shodan's on-demand scanning API, each with a name and description.
Instructions
Get a list of protocols that the Shodan on-demand scanning API supports.
Returns: A dictionary containing protocol name and description.
Example: >>> shodan_protocols() {"http": "HTTP", "ssh": "SSH"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||