Skip to content

Little python script to quickly query using the Shodan API

License

Notifications You must be signed in to change notification settings

sud0woodo/pyshodan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages