reverse: Reverse DNS Lookup

Description Usage Arguments References Examples

View source: R/dns.r

Description

Look up the hostnames that have been defined for the given list of IP addresses.

Usage

1
reverse(ips = NULL)

Arguments

ips

Comma-separated list of IP addresses; example "74.125.227.230,204.79.197.200". If length(ips) > 1 the entire vector will be converted to a comma-separated parameter to pass to Shodan.

References

https://developer.shodan.io/api

Examples

1
2
reverse("74.125.227.230,204.79.197.200")
reverse(c("74.125.227.230", "204.79.197.200"))

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