Skip to main content

Python library and command-line utility for Shodan (https://developer.shodan.io)

Project description

https://img.shields.io/pypi/v/shodan.svg https://img.shields.io/github/contributors/achillean/shodan-python.svg

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

https://cli.shodan.io/img/shodan-cli-preview.png

Quick Start

from shodan import Shodan

api = Shodan('MY API KEY')

# Lookup an IP
ipinfo = api.host('8.8.8.8')
print(ipinfo)

# Search for websites that have been "hacked"
for banner in api.search_cursor('http.title:"hacked by"'):
    print(banner)

# Get the total number of industrial control systems services on the Internet
ics_services = api.count('tag:ics')
print('Industrial Control Systems: {}'.format(ics_services['total']))

Grab your API key from https://account.shodan.io

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 https://shodan.readthedocs.org/ and https://help.shodan.io

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

shodan-1.29.0.tar.gz (55.8 kB view details)

Uploaded Source

Built Distribution

shodan-1.29.0-py3.10.egg (110.2 kB view details)

Uploaded Source

File details

Details for the file shodan-1.29.0.tar.gz.

File metadata

  • Download URL: shodan-1.29.0.tar.gz
  • Upload date:
  • Size: 55.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for shodan-1.29.0.tar.gz
Algorithm Hash digest
SHA256 ebea6dbc1944497e9139263423ea4d103dcd58c085c5ddbf4d6ab1db6eb1d142
MD5 fe1cf0f6ec3f3e36969e51e52a649471
BLAKE2b-256 7c0a98fc79a7ca9f220234879f17ad6a847b5296ab2522b893f5a4e95942d009

See more details on using hashes here.

File details

Details for the file shodan-1.29.0-py3.10.egg.

File metadata

  • Download URL: shodan-1.29.0-py3.10.egg
  • Upload date:
  • Size: 110.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for shodan-1.29.0-py3.10.egg
Algorithm Hash digest
SHA256 23d6300d1a02c307b79a9c76d9f327f6d84c8ddc8890a4d373223606e044cabc
MD5 a9a62baf0a3de726087a18ee3224f3b9
BLAKE2b-256 5a97b933b79d2e0cc28a88fbd0b2ff278e9c0c6078264e9625119e8f2166443e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page