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.
- 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)
python3 deep-inside.py
python3 deep-inside.py -R -L 500 -P 2
python3 deep-inside.py -R -S
git clone https://github.com/intrackeable/DeepInside.git
cd DeepInside
pip install -r requirements.txt
python3 deep-inside.py -h
This project was created for educational purposes and should not be used in environments without legal authorization.