shodan_exploit_search: Search for Exploits

Description Usage Arguments References

View source: R/exploits.r

Description

Search across a variety of data sources for exploits and use facets to get summary information.

Usage

1
shodan_exploit_search(query = NULL, facets = NULL, page = 1)

Arguments

query

Search query used to search the database of known exploits. See https://developer.shodan.io/api/exploits/rest for all supported search filters.

facets

A comma-separated list of properties to get summary information on. The following facets are currently supported: "author", "platform", "port", "source" and "type. If length(facets) > 1) this function will concatenate the vector with commas to send to Shodan.

page

The page number to page through results 100 at a time (default: 1)

References

https://developer.shodan.io/api/exploits/rest


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