Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 1.15 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.15 KB

NOTICE

The pyShodan repository is moving to https://github.com/Hackman238/pyShodan. All future releases, updates, etc will occur from there.

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

git clone https://github.com/GoVanguard/pyShodan.git

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.