shodan_search_cursor
Search Shodan's database for internet-connected devices using queries. Iterate through results with cursor pagination, handle timeouts with retries, and optionally minify banners.
Instructions
Search the SHODAN database and return an iterator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query; identical syntax to the website. | |
| minify | No | Whether to minify the banner. | |
| retries | No | How often to retry the search in case it times out. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |