shodan_search_tokens: Break the search query into tokens

Description Usage Arguments References Examples

View source: R/search.r

Description

This method lets you determine which filters are being used by the query string and what parameters were provided to the filters.

Usage

1

Arguments

query

Shodan search query. The provided string is used to search the database of banners in Shodan, with the additional option to provide filters inside the search query using a "filter:value" format. For example, the following search query would find Apache webservers located in Germany: "apache country:DE". See https://developer.shodan.io/api for all supported search filters.

References

https://developer.shodan.io/api

Examples

1
shodan_search_tokens("iis net:216.0.0.0/16")

hrbrmstr/shodan documentation built on May 17, 2019, 5:13 p.m.