调用ZoomEye的官方api(未来会支持更多资产搜索引擎),开发的GUI界面的信息搜集工具。支持查询主机搜索
、域名/IP
、web应用搜索
、个人信息
支持读取config.json
文件进行登陆
支持账号密码和API-KEY登陆
查询显示结果仅为部分,完整内容保存至指定文件
或数据库
支持查询用户个人信
-> Run
填写当前目录的config.json文件进行登陆(优先读取API-KEY)
mac打包版在显示包文件--Contents--Resources--config.json
或在GUI界面直接进行登陆
config.json
说明
"API-KEY":"",
"username":"", # zoomeye用户名(邮箱)
"password":"", # 登陆密码
"db_name":"", # 数据库名(需预先手动创建)
"db_host":"", # 数据库host
"db_username":"", # 数据库用户名
"db_password":"" # 数据库密码
pip install -r requirements.txt
统计项
类型
说明
ip | string | ip地址 |
port | string | 端口 |
os | string | 操作系统 |
app | string | 应用、设备等 |
version | string | 应用版本号 |
title | string | 标题 |
city | string | 城市 |
country | string | 国家 |
continents | string | 大洲 |
统计项
类型
说明
ip | string | ip地址 |
name | string | 域名 |
统计项
类型
说明
ip | string | ip地址 |
site | string | 站点 |
city | string | 城市 |
country | string | 国家 |
continent | string | 大洲 |
isp | string | 网络服务提供商 |
GitHub地址:
https://github.com/xzajyjs/ThunderSearch
如有侵权,请联系删除
好文推荐