-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
563 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
# 📡 支持统计内容 | ||
## Zoomeye | ||
### 主机搜索 | ||
| 统计项 | 类型 | 说明 | | ||
| :-----: | :----: | :----: | | ||
| ip | String | ip地址 | | ||
| port | String | 端口 | | ||
| os | String | 操作系统 | | ||
| app | String | 应用、设备等 | | ||
| version | String | 应用版本号 | | ||
| title | String | 标题 | | ||
| city | String | 城市 | | ||
| country | String | 国家 | | ||
| continents | String | 大洲 | | ||
|
||
### 域名/IP | ||
| 统计项 | 类型 | 说明 | | ||
| :-----: | :----: | :----: | | ||
| ip | String | ip地址 | | ||
| name | String | 域名 | | ||
|
||
### web应用搜索 | ||
| 统计项 | 类型 | 说明 | | ||
| :-----: | :----: | :----: | | ||
| ip | String | ip地址 | | ||
| site | String | 站点 | | ||
| title | String | 网站标题 | | ||
| city | String | 城市 | | ||
| country | String | 国家 | | ||
| continent | String | 大洲 | | ||
| isp | String | 网络服务提供商 | | ||
|
||
--- | ||
|
||
## Fofa | ||
| 统计项 | 类型 | 说明 | | ||
| :-----: | :----: | :----: | | ||
| ip | String | ip地址 | | ||
| port | String | 端口 | | ||
| protocol | String | 协议名 | | ||
| country_name | String | 国家名 | | ||
| region | String | 地区 | | ||
| city | String | 城市 | | ||
| as_organization | String | asn组织 | | ||
| host | String | 主机名 | | ||
| domain | String | 域名 | | ||
| os | String | 操作系统 | | ||
| server | String | 网站server | | ||
| icp | String | icp备案号 | | ||
| title | String | 网站标题 | | ||
| jarm | String | jarm指纹 | | ||
|
||
--- | ||
|
||
## Quake | ||
### 主机数据查询 | ||
| 统计项 | 类型 | 说明 | | ||
| :-----: | :----: | :----: | | ||
| ip | String | ip地址 | | ||
| service_port | String | 服务端口 | | ||
| service_name | String | 服务名 | | ||
| service_versioin | String | 服务版本 | | ||
| service_id | String | 服务id | | ||
| domains | String | 域名 | | ||
| hostname | String | 主机名 | | ||
| os_name | String | 系统名 | | ||
| os_version | String | 系统版本 | | ||
| country_en | String | 国家名(En) | | ||
| city_en | String | 城市名(En) | | ||
|
||
### 服务数据查询 | ||
| 统计项 | 类型 | 说明 | | ||
| :-----: | :----: | :----: | | ||
| ip | String | ip地址 | | ||
| port | String | 端口 | | ||
| org | String | 组织名 | | ||
| hostname | String | 主机名 | | ||
| service_name | String | 服务名称 | | ||
| service_title | String | 服务标题 | | ||
| service_server | String | 服务服务器 | | ||
| transport | String | 协议 | | ||
| os_name | String | 操作系统名 | | ||
| country_en | String | 国家名(En) | | ||
| city_en | String | 城市名(En) | | ||
| os_version | String | 系统版本 | |
Oops, something went wrong.