host_info: Host Information

Description Usage Arguments References Examples

View source: R/host_info.r

Description

Returns all services that have been found on the given host IP.

Usage

1
host_info(ip, history = FALSE, minify = FALSE)

Arguments

ip

Host IP address

history

TRUE == all historical banners should be returned (default: FALSE)

minify

TRUE == only return the list of ports and the general host information, no banners. (default: FALSE)

References

https://developer.shodan.io/api

Examples

1
host_info("41.21.249.170")

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