view_series: Retrieve data that Censys has about a particular series

Description Usage Arguments Details Value References Examples

View source: R/data.r

Description

A "series" is a scan of the same protocol and destination accross time, including the list of scans.

Usage

1
view_series(series_id)

Arguments

series_id

Censys series id (e.g. "22-ssh-banner-full_ipv4")

Details

You must have both CENSYS_API_ID and CENSYS_API_SECRET present in the R environment for the functions in this package to work. It is highly suggested that you place those in ~/.Renviron at least for interactive work.

Value

list of specific series details

References

Census API: https://www.censys.io/api/v1/docs/data

Examples

1
2
3
4
## Not run: 
view_series("443-https-tls-full_ipv4")

## End(Not run)

censys documentation built on May 2, 2019, 10:45 a.m.