shodan
Official Python library for Shodan (Python 3)
Install
- All systems
-
curl cmd.cat/shodan.sh
- Debian
-
apt-get install python3-shodan
- Ubuntu
-
apt-get install python3-shodan
- Kali Linux
-
apt-get install python3-shodan
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-shodan
- Dockerfile
- dockerfile.run/shodan
python3-shodan
Official Python library for Shodan (Python 3)
Shodan is a search engine for Internet-connected devices. Google lets you search for websites, Shodan lets you search for devices. This library provides developers easy access to all of the data stored in Shodan in order to automate tasks and integrate into existing tools. This package installs the library for Python 3.