{"id":16876759,"url":"https://github.com/rly0nheart/thelordseye","last_synced_at":"2025-10-07T07:31:03.463Z","repository":{"id":119456076,"uuid":"413835765","full_name":"rly0nheart/thelordseye","owner":"rly0nheart","description":"thelordseye searches and returns detailed information about devices that are directly connected to the internet [IoT] (Smart TV's, Fridges, Webcams, Traffic Lights etc).","archived":false,"fork":false,"pushed_at":"2023-10-25T00:09:35.000Z","size":50,"stargazers_count":60,"open_issues_count":0,"forks_count":9,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-05-22T06:15:22.664Z","etag":null,"topics":["internet-of-things","shodan","shodan-api","shodan-cli","shodan-dorks","shodan-python","shodan-tools"],"latest_commit_sha":null,"homepage":"https://git.io/JVWeO","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rly0nheart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-10-05T13:45:29.000Z","updated_at":"2024-05-03T21:50:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"611eb0a3-7f16-4673-a67b-37effc4b5f33","html_url":"https://github.com/rly0nheart/thelordseye","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rly0nheart%2Fthelordseye","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rly0nheart%2Fthelordseye/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rly0nheart%2Fthelordseye/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rly0nheart%2Fthelordseye/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rly0nheart","download_url":"https://codeload.github.com/rly0nheart/thelordseye/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235602060,"owners_count":19016502,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["internet-of-things","shodan","shodan-api","shodan-cli","shodan-dorks","shodan-python","shodan-tools"],"created_at":"2024-10-13T15:40:25.517Z","updated_at":"2025-10-07T07:30:58.111Z","avatar_url":"https://github.com/rly0nheart.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Use [Net Lasso](https://github.com/rly0nheart/netlasso) as a better and improved alternative.\n\n\n![Python Version](https://img.shields.io/badge/python-3.x-blue?style=for-the-badge\u0026logo=python)\n![OS](https://img.shields.io/badge/OS-GNU%2FLinux-red?style=for-the-badge\u0026logo=linux)\n![GitHub](https://img.shields.io/github/license/rlyonheart/thelordseye?style=for-the-badge\u0026logo=github)\n![Lines of code](https://img.shields.io/tokei/lines/github/rlyonheart/thelordseye?style=for-the-badge\u0026logo=github)\n![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/rlyonheart/thelordseye?style=for-the-badge\u0026logo=github) \n![GitHub repo size](https://img.shields.io/github/repo-size/rlyonheart/thelordseye?style=for-the-badge\u0026logo=github)\n\n\u003e thelordseye searches and returns detailed information about devices that are directly connected to the internet [IoT] (Smart TV\\'s, Fridges, Webcams, Traffic Lights etc).\n# Prerequisites\n* shodan.io API Key\n\nGet it [here](https://shodan.io)\n\n# Installation\n**Clone repository**:\n```\n$ git clone https://github.com/rlyonheart/thelordseye.git\n```\n\n```\n$ cd thelordseye\n```\n\n```\n$ pip install -r requirements.txt\n```\n\n# Getting started\n```\n$ chmod +x eye\n```\n\n```\n$ ./eye --auth [your-shodan-api-key]\n```\n\n\u003e *Your API key will be stored in a hidden .auth file*\n\n# Optional Arguments\n| Flag          | MetaVar|                 Usage|\n| ------------- |:----------------------:|:---------:|\n| \u003ccode\u003e-a/--auth\u003c/code\u003e  |  **API key**  |  *api authentication with a valid shodan.io api key.* |\n| \u003ccode\u003e-q/--query\u003c/code\u003e  | **QUERY**    |  *search query*|\n| \u003ccode\u003e-i/--ip\u003c/code\u003e  |  **IP**  |  *return information relating to the specified IP address*  |\n| \u003ccode\u003e-o/--output\u003c/code\u003e      |   **FILENAME** |  *write output to a specified file (will not work with -r/--raw)*  |\n| \u003ccode\u003e-r/--raw\u003c/code\u003e  |    |  *return output in raw json format (also returns more detailed information)*  |\n| \u003ccode\u003e-v/--verbose\u003c/code\u003e  |    |  *enable verbosity*  |\n| \u003ccode\u003e-u/--update\u003c/code\u003e  |    |  *fetch program's latest updates*  |\n| \u003ccode\u003e--version\u003c/code\u003e  |    |  *show program's version number and exit* |\n\n\n# Disclaimer\n\u003e *This tool was developed sorely for educational purposes and should not be used in environments without legal authorization.\nTherefore, the author shall not be responsible for the damages that might be done with it.*\n\n# LICENSE\n![license](https://user-images.githubusercontent.com/74001397/137917929-2f2cdb0c-4d1d-4e4b-9f0d-e01589e027b5.png)\n\n# About author\n* [About.me](https://about.me/rlyonheart)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frly0nheart%2Fthelordseye","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frly0nheart%2Fthelordseye","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frly0nheart%2Fthelordseye/lists"}