
Un outil Python pour rechercher sur Shodan à l'aide de l'API Shodan.

Obtenez l'outil :
git clone https://github.com/Kr0ff/pysho
python -m pip install -r requirements.txt
chmod +x pysho.py
./pysho
Exemple d'utilisation :
# Perform a check on your Shodan API key
python pysho.py --info
# Perform search for a service or keyword
python pysho.py -s/--search "apache"/"google"
# Perform search for an IP address
python pysho.py -i/--ip_address "8.8.8.8"