bihicheng / shodan-python

The official Python library for Shodan

Home Page:https://developer.shodan.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shodan: The official Python library for accessing Shodan

Shodan is a search engine for Internet-connected devices. Google lets you search for websites, Shodan lets you search for devices. This library provides developers easy access to all of the data stored in Shodan in order to automate tasks and integrate into existing tools.

Features

  • Search Shodan
  • Streaming API support for real-time consumption of Shodan data
  • Exploit search API fully implemented

Installation

To install the Shodan library, simply:

$ pip install shodan

Or if you don't have pip installed (which you should seriously install):

$ easy_install shodan

Documentation

Documentation is available at http://shodan.readthedocs.org/.

About

The official Python library for Shodan

https://developer.shodan.io

License:Other


Languages

Language:Python 100.0%