An open API service indexing awesome lists of open source software.

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.

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-dl-py3-redacted
shodanza-dl-py1-redacted
shodanza-dl-py2-redacted

### 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.