Skip to content

Command line tool that allows you to explore IoT devices by using Shodan API.

License

Notifications You must be signed in to change notification settings

alechilczenko/Deep-Inside

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Inside 👁

Deep Inside is a simple command line tool designed in Python that allows you to explore IoT devices by using Shodan search engine, with multiple options.

For use special modes and get more results from different pages you should have a pay API key.

Screenshot Screenshot Screenshot Screenshot

Features

  • Search randomly by country.
  • Display and save collected data with [IP:PORT] format.
  • Search by page and set quantity of results.
  • Automatically save data with current time.
  • Easy to see results from terminal directly in browser. (Recommended for HTTP ports)

Examples of usage

python3 deep-inside.py
python3 deep-inside.py -R -L 500 -P 2
python3 deep-inside.py -R -S

Screenshot

Installation

git clone https://github.com/intrackeable/DeepInside.git
cd DeepInside 
pip install -r requirements.txt
python3 deep-inside.py -h

Attention

This project was created for educational purposes and should not be used in environments without legal authorization.

References