
Shodan APIを使用してShodanを検索するためのPythonツール

ツールを入手:
git clone https://github.com/Kr0ff/pysho
python -m pip install -r requirements.txt
chmod +x pysho.py
./pysho
使用例:
# 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"