跳到主要内容
版本:latest

list

获取最近一次网站漏洞扫描的缓存信息,包括扫描结果、漏洞数量和网站总数。

  • 路由POST /site
  • actionlist

输入参数

参数名称必选类型描述
actionString固定值 list

输出参数

参数名称类型描述
infoArray扫描结果缓存(可能为空)
timeInteger上次扫描时间戳,0 表示未扫描
loophole_numInteger发现的漏洞数量
site_numInteger网站总数

示例

请求

POST /site HTTP/1.1
Host: 192.168.168.213:8888
Content-Type: application/x-www-form-urlencoded

action=list

响应

{"info": [], "time": 0, "loophole_num": 0, "site_num": 1}

相关接口