Use Net Lasso 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).
- shodan.io API Key
Get it here
Clone repository:
$ git clone https://github.com/rlyonheart/thelordseye.git
$ cd thelordseye
$ pip install -r requirements.txt
$ chmod +x eye
$ ./eye --auth [your-shodan-api-key]
Your API key will be stored in a hidden .auth file
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 |
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.