
أداة بايثون للبحث في Shodan باستخدام واجهة Shodan API

احصل على الأداة:
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"