Skip to content

Python 3 script for interacting with Shodan API

License

Notifications You must be signed in to change notification settings

Hackman238/pyShodan

 
 

Repository files navigation

NOTICE

This is the new home of "pyShodan".

Python package Known Vulnerabilities Maintainability

About pyShodan

Python 3 script for interacting with Shodan API. Has three modes of operation: making an API query for a search term, a single IP address, or for a list of IP addresses in a .txt file.

Installation

pip3 install pyShodan

Recommended Python Version

Tested on Python 3.6+.

Dependencies

  • Shodan (pip3 install shodan)

Output is printed to stdout as well as CSV files in the script directory.

Credits

Based on fork from https://github.com/GoVanguard/pyExploitDb by Shane Scott.

About

Python 3 script for interacting with Shodan API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%