
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"