# shodan-eye **Repository Path**: samiux/shodan-eye ## Basic Information - **Project Name**: shodan-eye - **Description**: Shodan.io Search Engine API for searching devices in the internet - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-19 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # **Shodan Eye - Security Search Engine** ## DISCONTINUED - Deprecated Shodan Eye is [Shodan.io Search Engine](https://www.shodan.io) API which is for searching devices in the internet. Shodan Eye is forked from [Ms Jolanda de Koff's Shodan Eye v1.2.0](https://github.com/BullsEye0/shodan-eye) which is written in Python 2.7.x. Samiux modified it to Python 3.7.x and enhanced some features as well as some minor bugs fixed. This fork version is provided a free and limited features API Key for all users. This forked Shodan Eye is released under GPLv3 by Samiux. [![](http://img.youtube.com/vi/LxCkiu3d4gU/0.jpg)](http://www.youtube.com/watch?v=LxCkiu3d4gU "") ## Download ```bash sudo apt install python3-shodan git git clone https://github.com/samiux/shodan-eye ``` ## Change Log ### Version 1.2.0a Released on OCT 05, 2019 GMT+8 [+] Forked from Ms Jolanda de Koff's Shodan Eye v1.2.0 [+] Modified to Python 3.7.x [+] Write output to file [+] Minor improvement [+] Minor Bug fixed [+] Add free API Key ### Version 1.2.0b (Stable, Latest) Released on OCT 10, 2019 GMT+8 [+] Minor modification ## Usage ```bash cd shodan-eye python3 shodan_eye.py ```