https://github.com/ndr-repo/shodanza
Scripts for working with the Shodan API.
https://github.com/ndr-repo/shodanza
big-data cybersecurity etl shodan
Last synced: 6 months ago
JSON representation
Scripts for working with the Shodan API.
- Host: GitHub
- URL: https://github.com/ndr-repo/shodanza
- Owner: ndr-repo
- License: gpl-3.0
- Created: 2025-05-06T10:59:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-07T10:34:17.000Z (about 1 year ago)
- Last Synced: 2025-06-26T10:50:10.624Z (about 1 year ago)
- Topics: big-data, cybersecurity, etl, shodan
- Language: PowerShell
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shodanza
Scripts for working with the Shodan API. Requires a Shodan API key.
### Installing prerequisites
```
pip install shodan
shodan init -h
```
### Getting started with Shodanza
```
git clone https://github.com/ndr-repo/shodanza.git
python shodanza-dl.py -h
```
### shodanza-dl.py
- Automated download and file conversion tool (ETL - data extraction phase)

### shodanza-parse-indicators.ps1
- Automated parsing of common indicators from an expanded JSON dataset.
### shodanza-parse-AssetByPort.ps1
- Creates asset lists by open port. Requires the parsed port number file from shodanza-parse-indicators.ps1.