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
- Host: GitHub
- URL: https://github.com/0n1con3/sisr
- Owner: 0n1cOn3
- Created: 2019-10-15T18:50:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-27T07:52:05.000Z (about 1 year ago)
- Last Synced: 2025-03-25T08:22:21.631Z (10 months ago)
- Topics: python, python3, shodan, shodan-api
- Language: Shell
- Homepage:
- Size: 73.2 KB
- Stars: 12
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
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