https://github.com/rly0nheart/thelordseye
thelordseye searches and returns detailed information about devices that are directly connected to the internet [IoT] (Smart TV's, Fridges, Webcams, Traffic Lights etc).
https://github.com/rly0nheart/thelordseye
internet-of-things shodan shodan-api shodan-cli shodan-dorks shodan-python shodan-tools
Last synced: 3 months ago
JSON representation
thelordseye searches and returns detailed information about devices that are directly connected to the internet [IoT] (Smart TV's, Fridges, Webcams, Traffic Lights etc).
- Host: GitHub
- URL: https://github.com/rly0nheart/thelordseye
- Owner: rly0nheart
- License: gpl-3.0
- Created: 2021-10-05T13:45:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T00:09:35.000Z (over 1 year ago)
- Last Synced: 2024-05-22T06:15:22.664Z (11 months ago)
- Topics: internet-of-things, shodan, shodan-api, shodan-cli, shodan-dorks, shodan-python, shodan-tools
- Language: Python
- Homepage: https://git.io/JVWeO
- Size: 48.8 KB
- Stars: 60
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Use [Net Lasso](https://github.com/rly0nheart/netlasso) as a better and improved alternative.





> thelordseye searches and returns detailed information about devices that are directly connected to the internet [IoT] (Smart TV\'s, Fridges, Webcams, Traffic Lights etc).
# Prerequisites
* shodan.io API KeyGet it [here](https://shodan.io)
# Installation
**Clone repository**:
```
$ git clone https://github.com/rlyonheart/thelordseye.git
``````
$ cd thelordseye
``````
$ pip install -r requirements.txt
```# Getting started
```
$ chmod +x eye
``````
$ ./eye --auth [your-shodan-api-key]
```> *Your API key will be stored in a hidden .auth file*
# Optional Arguments
| Flag | MetaVar| Usage|
| ------------- |:----------------------:|:---------:|
|-a/--auth
| **API key** | *api authentication with a valid shodan.io api key.* |
|-q/--query
| **QUERY** | *search query*|
|-i/--ip
| **IP** | *return information relating to the specified IP address* |
|-o/--output
| **FILENAME** | *write output to a specified file (will not work with -r/--raw)* |
|-r/--raw
| | *return output in raw json format (also returns more detailed information)* |
|-v/--verbose
| | *enable verbosity* |
|-u/--update
| | *fetch program's latest updates* |
|--version
| | *show program's version number and exit* |# Disclaimer
> *This tool was developed sorely for educational purposes and should not be used in environments without legal authorization.
Therefore, the author shall not be responsible for the damages that might be done with it.*# LICENSE
# About author
* [About.me](https://about.me/rlyonheart)