shodan_services
Retrieve a list of services and ports that Shodan actively crawls for reconnaissance.
Instructions
Get a list of services that Shodan crawls.
Returns: A dictionary containing ports and service names.
Example: >>> shodan_services() {"80": "http", "443": "https"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||