sud0woodo / pyshodan

Little python script to quickly query using the Shodan API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyshodan

Little python script to quickly query using the Shodan API

Description

A simple Python script to quickly query Shodan using the IP-address, domain name, or search for a specific banner.

Usage

The script accepts either of the three parameters:

  • --ip to look up information based on the IP-address
  • --domain to look up information based on the domain name
  • --banner to look up IP-addresses and hostnames that contain a specific banner

Example

Look up the ports and services (if available) of the given IP-address

pyshodan.py --ip 8.8.8.8

Look up the IP, ISP, Country, ports and services for a specific domain

pyshodan.py --domain google.com

Look for a specific banner":

pyshodan.py --banner X-Forwarded-For

About

Little python script to quickly query using the Shodan API

License:GNU General Public License v3.0


Languages

Language:Python 100.0%