Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
pysho — 一个使用Shodan API搜索Shodan的Python工具 | Kitploit
工具/GitHubGitHub/kr0ff/pysho
OSINT (开源情报)侦察信息收集网络安全
GitHubkr0ff/pysho

pysho

一个使用Shodan API搜索Shodan的Python工具

查看仓库
14年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

pysho


  • 基于Python的工具,通过Shodan API执行Shodan查询

Preview Image


获取工具:

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

示例用法:

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


下载工具