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

https://github.com/0n1con3/sisr

Get preanalyzed ip's from shodan.io
https://github.com/0n1con3/sisr

python python3 shodan shodan-api

Last synced: 9 months ago
JSON representation

Get preanalyzed ip's from shodan.io

Awesome Lists containing this project

README

          

🕵️ SISR - Shodan-IP-Scan-Resulter

Simple tool to search things from Shodan.io directly through your terminal! 🐍
With Bash and Python, we can automate the scripting setup into one process.

## Getting Started
Dependencies:

### macOS:

brew (The macOS Homebrew)
brew python3 python3-pip
pip3 install -r requirements.txt

### Linux Distribution:

Python3
Python3 pip
Shodan Module

Optional:
LinuxBrew
Shodan.io API Key

### Installing

macOS: brew install git python3 python3-pip
Linux: sudo apt install git python3 python3-pip
Generalizing:

git clone https://github.com/0n1cOn3/Shodan-IP-Scan-Resulter.git
pip3 install -r requirements.txt
chmod +x megascript.sh

Open the search.py, and replace "API_SHODAN_KEY" with your own API Key.
### Executing program

Replace the "SHODAN-API-HERE" in search.py with your own Shodan API Key! or the script will fail!

./megascript.sh

### Help

Any advice for common problems or issues?

No issues known. Open an issues ticket if you find any. 🚨
Ideas for implementation

Enter your Shodan.io API Key directly while the script is running 🚀
Windows & Windows WSL Support 🖥️

### Authors

Contributors' names and contact info:

0n1cOn3 (Mail: 0n1cOn3@gmx.ch) 👤
TheSpeedX (Mail: ggspeedx29@gmail.com) 👤

### Version History

1.0.4
Updated script to be compatible with python 3.11
Refactored update script
1.0.3
Some parts of SISR code has been refactored
NEW: pip3 requirements added

1.0.2
Added Update Functions for used packages
Code optimization
GUI changed
1.0.1
Code optimization
Added normal Script Mode for macOS
1.0.1-1
New GUI ---> OS Choice Menu
Bug fixing
1.0.0
Initial Release

### License

Yet unknown 🤔

### Acknowledgments

Inspiration, code snippets, etc.

@TheSpeedX