Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
pysho — A python tool to search Shodan using the Shodan API | Kitploit
Tools/GitHubGitHub/kr0ff/pysho
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringNetwork Security
GitHubkr0ff/pysho

pysho

A python tool to search Shodan using the Shodan API

View Repository
14 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

pysho


  • Python based tool to perform Shodan queries via the Shodan API

Preview Image


Get the tool:

root@kitploit:~
git clone https://github.com/Kr0ff/pysho
python -m pip install -r requirements.txt
chmod +x pysho.py
./pysho

Example usage:

root@kitploit:~
# Perform a check on your Shodan API key
python pysho.py --info

pysho-keyinfo

root@kitploit:~
# Perform search for a service or keyword
python pysho.py -s/--search "apache"/"google"

pysho-search

root@kitploit:~
# Perform search for an IP address
python pysho.py -i/--ip_address "8.8.8.8"

pysho-ip


Download Tool