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

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).

Awesome Lists containing this project

README

        

# Use [Net Lasso](https://github.com/rly0nheart/netlasso) as a better and improved alternative.

![Python Version](https://img.shields.io/badge/python-3.x-blue?style=for-the-badge&logo=python)
![OS](https://img.shields.io/badge/OS-GNU%2FLinux-red?style=for-the-badge&logo=linux)
![GitHub](https://img.shields.io/github/license/rlyonheart/thelordseye?style=for-the-badge&logo=github)
![Lines of code](https://img.shields.io/tokei/lines/github/rlyonheart/thelordseye?style=for-the-badge&logo=github)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/rlyonheart/thelordseye?style=for-the-badge&logo=github)
![GitHub repo size](https://img.shields.io/github/repo-size/rlyonheart/thelordseye?style=for-the-badge&logo=github)

> 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 Key

Get 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
![license](https://user-images.githubusercontent.com/74001397/137917929-2f2cdb0c-4d1d-4e4b-9f0d-e01589e027b5.png)

# About author
* [About.me](https://about.me/rlyonheart)