- git
- python3
- pip3
- The official Python library for Shodan
- Shodan API-Key
Clone the repository
~$ git clone https://github.com/sammyjeng/shoba.git
Go to the newly created directory
~$ cd shoba
To download the requirements
~/shoba$ bash setup.sh
To run the script
~/shoba$ bash run.sh
-
setup.sh installs shodan cli(Command Line Interface) and the official Python library for Shodan.
-
This script is just meant to be an automation for the Shodan-CLI(The query filters from CLI require user to have Query credits.)
-
This script should work in most of the linux systems.
-
It offers an user-friendly CLI.
-
It is recommended to use and have some experience with the shodan search engine using a web-browser before using the script.
-
Read more about shodan and their services at shodan.
-
Read and follow the responsible ways of disclosure incase you find anything interesting or dangerous out there.
-
Author of this script is not responsible for any damage/trouble caused by the usage of this script.
-
Any actions you take upon using the script are strictly at your own risk.