shodan-python v1.27 releases: official Python library for 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
- Fast/ bulk IP lookups
- Streaming API support for real-time consumption of Shodan firehose
- Network alerts (aka private firehose)
- Manage Email Notifications
- Exploit search API fully implemented
- Bulk data downloads
- Command-line interface
Changelog v1.27
- New command:
shodan alert export
to save the current network monitoring configuration - New command:
shodan alert import
to restore a previous network monitoring configuration - Automatically rate limit API requests to 1 request per second (credit to @malvidin)
Installation
$ pip install shodan
Use
Grab your API key from https://account.shodan.io
Copyright (c) 2014- John Matherly <jmath@shodan.io>