shodan_scan: Request Shodan to crawl an IP/ netblock

Description Usage Arguments Details References Examples

View source: R/scan.R

Description

Use this method to request Shodan to crawl a network.

Usage

1

Arguments

ips

A comma-separated list of IPs or netblocks (in CIDR notation) that should get crawled. If length(ips) > 1 this funtion will concatenate the vector into a comma-separated string to send to Shodan.

Details

This method uses API scan credits: 1 IP consumes 1 scan credit. You must have a paid API plan (either one-time payment or subscription) in order to use this method.

References

https://developer.shodan.io/api

Examples

1
shodan_scan("216.0.0.0/16")

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