Use Net Lasso as a better and improved alternative.

October 25, 2023 ยท View on GitHub

Python Version OS GitHub Lines of code GitHub tag (latest by date) GitHub repo size

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

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

FlagMetaVarUsage
-a/--authAPI keyapi authentication with a valid shodan.io api key.
-q/--queryQUERYsearch query
-i/--ipIPreturn information relating to the specified IP address
-o/--outputFILENAMEwrite output to a specified file (will not work with -r/--raw)
-r/--rawreturn output in raw json format (also returns more detailed information)
-v/--verboseenable verbosity
-u/--updatefetch program's latest updates
--versionshow 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

About author