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.
- Search Shodan
- Streaming API support for real-time consumption of Shodan data
- Exploit search API fully implemented
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 is available at http://shodan.readthedocs.org/.