插件
Acunetix Web Vulnerability Scanner
Acunetix Web Vulnerability Scanner(简称AWVS)是一款知名的网络漏洞扫描工具,它通过网络爬虫测试你的网站安全,检测流行安全漏洞。
概述
帮助
具体内容
下载
chariot plugin download chariot/awvs:0.1.2
描述
Acunetix Web Vulnerability Scanner(简称AWVS)是一款知名的网络漏洞扫描工具,它通过网络爬虫测试你的网站安全,检测流行安全漏洞。
动作
- 账户信息
- 证书信息
- 节点引擎信息
- 通知信息
- Dashboard信息
- 所有目标信息
- 筛选目标信息
- 添加目标
- 删除目标
- 危险程度
- 连续扫描
- 快速扫描
- Crawl爬虫
- HTTP设置
- 客户端证书设置
- 代理设置
- 添加扫描
- 获取目标的扫描id
- 删除扫描
- 获取所有扫描状态
- 获取单个扫描状态
- 单个扫描概况信息
- 单个扫描漏洞结果
- 获取当前扫描单个漏洞信息
- 获取所有漏洞信息
- 获取单个漏洞信息
- 获取所有扫描报告
- 删除单个报告
Acunetix Web Vulnerability Scanner
关于
Acunetix Web Vulnerability Scanner(简称AWVS)是一款知名的网络漏洞扫描工具,它通过网络爬虫测试你的网站安全,检测流行安全漏洞。动作
我
账户信息.
输入
该动作不包含任何输入。
输出
Name | Type | Required | Description |
---|---|---|---|
result | object | True | 账户信息返回 |
信息
证书信息.
输入
该动作不包含任何输入。
输出
Name | Type | Required | Description |
---|---|---|---|
result | object | True | 证书信息返回 |
Workers
节点引擎信息.
输入
该动作不包含任何输入。
输出
Name | Type | Required | Description |
---|---|---|---|
result | object | True | 节点引擎返回 |
通知
通知信息.
输入
该动作不包含任何输入。
输出
Name | Type | Required | Description |
---|---|---|---|
result | object | True | 通知信息返回 |
统计数据
dashboard信息.
输入
该动作不包含任何输入。
输出
Name | Type | Required | Description |
---|---|---|---|
result | object | True | Dashboard信息返回 |
目标
所有目标信息.
输入
该动作不包含任何输入。
输出
Name | Type | Required | Description |
---|---|---|---|
result | object | True | 所有目标信息返回 |
筛选目标
筛选目标信息.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
threat | integer | 0 | False | 威胁等级;高->低:[3,2,1,0] | [3, 2, 1, 0] |
criticality | integer | 0 | False | 危险程度;高->低:[30,20,10,0] | [30, 20, 10, 0] |
输出
Name | Type | Required | Description |
---|---|---|---|
result | object | True | 筛选目标信息返回 |
添加目标
添加目标.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
address | string | None | True | 目标网址:需http或https开头 | None |
criticality | integer | 0 | False | 危险程度;范围:[30,20,10,0];默认为10 | [30, 20, 10, 0] |
desc | string | True | 备注 | None |
输出
Name | Type | Required | Description |
---|---|---|---|
result | object | True | 添加目标返回 |
删除目标
删除目标.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
target_id | string | None | True | 目标id | None |
输出
Name | Type | Required | Description |
---|---|---|---|
result | object | True | 删除目标返回 |
危险程度
危险程度.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
target_id | string | None | True | 目标 id | None |
criticality | integer | 0 | True | 危险程度;范围:[30,20,10,0] | [30, 20, 10, 0] |
desc | string | True | 备注 | None |
输出
Name | Type | Required | Description |
---|---|---|---|
status_code | integer | True | 返回状态码 |
msg | string | True | 状态码返回信息 |
连续扫描
连续扫描.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
target_id | string | None | True | 目标id | None |
enabled | boolean | None | True | 关闭:false;开启:true | None |
输出
Name | Type | Required | Description |
---|---|---|---|
enabled | boolean | False | 关闭:false;开启:true |
快速扫描
快速扫描.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
target_id | string | None | True | 目标id | None |
scan_speed | string | fast | True | 由慢到快(sequential slow moderate fast) | ["sequential", "slow", "moderate", "fast"] |
输出
Name | Type | Required | Description |
---|---|---|---|
status_code | integer | True | 状态id |
msg | string | True | 返回信息 |
爬取
crawl爬虫.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
target_id | string | None | True | 目标id | None |
case_sensitive | string | auto | False | 路径大小写敏感设置: auto(默认)/no/yes | ["auto", "no", "yes"] |
limit_crawler_scope | boolean | None | True | 将抓取限制为仅包含地址和子目录 值:true(默认)/false | None |
excluded_paths | []string | [] | False | 排除路径 | None |
输出
Name | Type | Required | Description |
---|---|---|---|
status_code | integer | True | 状态id |
msg | string | True | 返回信息 |
Http
hTTP设置.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
target_id | string | None | True | 目标id | None |
enabled | boolean | true | False | 假/真 | None |
username | string | None | True | 用户名 | None |
password | password | None | True | 密码 | None |
输出
Name | Type | Required | Description |
---|---|---|---|
status_code | integer | True | 状态码 |
msg | string | True | 返回信息 |
客户端证书设置
客户端证书设置.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
target_id | string | None | True | 目标id | None |
client_certificate_url | string | None | True | 客户端证书URL | None |
client_certificate_password | password | None | True | 客户端证书密码 | None |
输出
Name | Type | Required | Description |
---|---|---|---|
status_code | integer | True | 状态码 |
msg | string | True | 返回信息 |
代理
代理设置.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
target_id | string | None | True | 目标id | None |
enabled | boolean | None | True | 假/真 | None |
protocol | string | http | False | 协议 默认http | ["http", "https"] |
address | string | None | True | 代理ip地址 | None |
port | integer | None | True | 端口 | None |
username | string | None | False | 用户名 | None |
password | password | None | False | 密码 | None |
输出
Name | Type | Required | Description |
---|---|---|---|
status_code | integer | True | 状态码 |
msg | string | True | 返回信息 |
添加扫描
添加扫描.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
target_id | string | None | True | 目标id | None |
profile_id | string | None | True | 扫描类型 | ["Full Scan", "High Risk Vulnerabilities", "Cross-site Scripting Vulnerabilities", "SQL Injection Vulnerabilities", "Weak Passwords", "Crawl Only", "Malware Scan"] |
输出
Name | Type | Required | Description |
---|---|---|---|
result | object | True | 添加扫描返回信息 |
获取目标的扫描id
获取目标的扫描id.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
target_id | string | None | True | 目标id | None |
输出
Name | Type | Required | Description |
---|---|---|---|
result | object | True | 扫描id返回信息 |
删除扫描
删除扫描.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
target_id | string | None | True | 目标id | None |
输出
Name | Type | Required | Description |
---|---|---|---|
result | object | True | 删除扫描返回信息 |
获取所有扫描
获取所有扫描状态.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
l | integer | None | True | 每页的显示结果数量 | None |
输出
Name | Type | Required | Description |
---|---|---|---|
result | object | True | 获取所有扫描返回信息 |
获取单个扫描状态
获取单个扫描状态.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
scan_id | string | None | True | 扫描 id | None |
输出
Name | Type | Required | Description |
---|---|---|---|
result | object | True | 获取单个扫描返回信息 |
单个扫描概况信息
单个扫描概况信息.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
scan_id | string | None | True | 扫描id | None |
scan_session_id | string | None | True | 扫描的会话 id | None |
输出
Name | Type | Required | Description |
---|---|---|---|
result | object | True | 获取单个扫描返回信息 |
单个扫描漏洞结果
单个扫描漏洞结果.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
scan_id | string | None | True | 扫描id | None |
scan_session_id | string | None | True | 扫描的会话 id | None |
l | integer | None | True | 显示数量 | None |
输出
Name | Type | Required | Description |
---|---|---|---|
result | object | True | 获取单个扫描漏洞返回信息 |
获取当前扫描单个漏洞信息
获取当前扫描单个漏洞信息.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
scan_id | string | None | True | 扫描id | None |
scan_session_id | string | None | True | 扫描的会话id | None |
vuln_id | string | None | True | 漏洞所属类型id | None |
输出
Name | Type | Required | Description |
---|---|---|---|
result | object | True | 获取当前漏洞返回信息 |
获取所有漏洞信息
获取所有漏洞信息.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
l | integer | None | True | 分页查询数量 | None |
输出
Name | Type | Required | Description |
---|---|---|---|
result | object | True | 获取所有漏洞返回信息 |
获取单个漏洞信息
获取单个漏洞信息.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
vuln_id | string | None | True | 漏洞所属类型id | None |
输出
Name | Type | Required | Description |
---|---|---|---|
result | object | True | 获取单个漏洞返回信息 |
获取所有扫描报告
获取所有扫描报告.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
l | integer | None | True | 显示数量 | None |
输出
Name | Type | Required | Description |
---|---|---|---|
result | object | True | 获取所有扫描报告返回信息 |
删除单个报告
删除单个报告.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
report_id | string | None | True | 报告id | None |
输出
Name | Type | Required | Description |
---|---|---|---|
status_code | integer | True | 状态码 |
msg | string | True | 返回信息 |
触发器
该插件不包含任何触发器。
连接
连接配置接受如下参数:
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
api_key | password | None | True | API Key | None |
url | string | https://127.0.0.1:3443 | False | 开启服务的url | None |
故障排除
该插件不包含任何故障排除信息。
版本
- 0.1.2 -
- 0.1.1 -
- 0.1.0 -
索引
该插件不包含任何索引。
plugin_spec_version: v2
name: awvs
title: Acunetix Web 漏洞扫描器
description: Acunetix Web Vulnerability Scanner(简称AWVS)是一款知名的网络漏洞扫描工具,它通过网络爬虫测试你的网站安全,检测流行安全漏洞。
version: 0.1.2
vendor: chariot
tags:
- awvs
- 漏洞扫描
enable_cache: true
status:
- supported
language: python
connection:
api_key:
title:
en: Api_key
zh-CN: Api_key
type: password
description:
en: API keys
zh-CN: API Key
required: true
url:
title:
en: Url
zh-CN: Url
type: string
description:
en: The URL to start the service
zh-CN: 开启服务的url
required: false
default: https://127.0.0.1:3443
actions:
me:
title: 我
description: 账户信息
output:
result:
title:
en: Result
zh-CN: 结果
type: object
description:
en: Return of account information
zh-CN: 账户信息返回
required: true
info:
title: 信息
description: 证书信息
output:
result:
title:
en: Result
zh-CN: 结果
type: object
description:
en: Certificate information return
zh-CN: 证书信息返回
required: true
workers:
title: Workers
description: 节点引擎信息
output:
result:
title:
en: Result
zh-CN: 结果
type: object
description:
en: Node engine return
zh-CN: 节点引擎返回
required: true
notifications:
title: 通知
description: 通知信息
output:
result:
title:
en: Result
zh-CN: 结果
type: object
description:
en: Notification message return
zh-CN: 通知信息返回
required: true
stats:
title: 统计数据
description: Dashboard信息
output:
result:
title:
en: Result
zh-CN: 结果
type: object
description:
en: Dashboard information return
zh-CN: Dashboard信息返回
required: true
targets:
title: 目标
description: 所有目标信息
output:
result:
title:
en: Result
zh-CN: 结果
type: object
description:
en: All target information returned
zh-CN: 所有目标信息返回
required: true
filter_targets:
title: 筛选目标
description: 筛选目标信息
input:
threat:
title:
en: Threat
zh-CN: 威胁
type: integer
description:
en: Threat level; High - > low:,2,1,0 [3]
zh-CN: 威胁等级;高->低:[3,2,1,0]
required: false
default: 0
enum:
- 3
- 2
- 1
- 0
criticality:
title:
en: Criticality
zh-CN: 危险程度
type: integer
description:
en: 'Degree of danger; High low - > : [30,20,10,0]'
zh-CN: 危险程度;高->低:[30,20,10,0]
required: false
default: 0
enum:
- 30
- 20
- 10
- 0
output:
result:
title:
en: Result
zh-CN: 结果
type: object
description:
en: Filter target information returns
zh-CN: 筛选目标信息返回
required: true
add_targets:
title: 添加目标
description: 添加目标
input:
address:
title:
en: Address
zh-CN: 地址
type: string
description:
en: 'Destination url: starting with HTTP or HTTPS'
zh-CN: 目标网址:需http或https开头
required: true
criticality:
title:
en: Criticality
zh-CN: 危险程度
type: integer
description:
en: 'Degree of danger; Scope: 30,20,10,0 []; The default is 10'
zh-CN: 危险程度;范围:[30,20,10,0];默认为10
required: false
default: 0
enum:
- 30
- 20
- 10
- 0
desc:
title:
en: Desc
zh-CN: Desc
type: string
description:
en: note
zh-CN: 备注
required: true
default: ''
output:
result:
title:
en: Result
zh-CN: 结果
type: object
description:
en: Add target return
zh-CN: 添加目标返回
required: true
rm_targets:
title: 删除目标
description: 删除目标
input:
target_id:
title:
en: Target_id
zh-CN: Target_id
type: string
description:
en: The target id
zh-CN: 目标id
required: true
output:
result:
title:
en: Result
zh-CN: 结果
type: object
description:
en: Delete target return
zh-CN: 删除目标返回
required: true
criticality:
title: 危险程度
description: 危险程度
input:
target_id:
title:
en: Target id
zh-CN: 目标 ID
type: string
description:
en: The target id
zh-CN: 目标 id
required: true
criticality:
title:
en: Criticality
zh-CN: 危险程度
type: integer
description:
en: 'Degree of danger; Scope: [30,20,10,0]'
zh-CN: 危险程度;范围:[30,20,10,0]
required: true
default: 0
enum:
- 30
- 20
- 10
- 0
desc:
title:
en: Desc
zh-CN: Desc
type: string
description:
en: note
zh-CN: 备注
required: true
default: ''
output:
status_code:
title:
en: Status code
zh-CN: 状态码
type: integer
description:
en: Return status code
zh-CN: 返回状态码
required: true
msg:
title:
en: Msg
zh-CN: 状态码返回信息
type: string
description:
en: The status code returns information
zh-CN: 状态码返回信息
required: true
continuous_scan:
title: 连续扫描
description: 连续扫描
input:
target_id:
title:
en: Target id
zh-CN: 目标id
type: string
description:
en: The target id
zh-CN: 目标id
required: true
enabled:
title:
en: Enabled
zh-CN: 启用
type: boolean
description:
en: 'Close: false; Open: true,'
zh-CN: 关闭:false;开启:true
required: true
output:
enabled:
title:
en: Enabled
zh-CN: 启用
type: boolean
description:
en: 'Close: false; Open: true,'
zh-CN: 关闭:false;开启:true
required: false
speed_scan:
title: 快速扫描
description: 快速扫描
input:
target_id:
title:
en: Target id
zh-CN: 目标id
type: string
description:
en: The target id
zh-CN: 目标id
required: true
scan_speed:
title:
en: Scan speed
zh-CN: 扫描速度
type: string
description:
en: Sequential Slow slowing down to fast
zh-CN: 由慢到快(sequential slow moderate fast)
required: true
default: fast
enum:
- sequential
- slow
- moderate
- fast
output:
status_code:
title:
en: Status code
zh-CN: 状态码
type: integer
description:
en: State id
zh-CN: 状态id
required: true
msg:
title:
en: Msg
zh-CN: 返回信息
type: string
description:
en: Return information
zh-CN: 返回信息
required: true
crawl:
title: 爬取
description: Crawl爬虫
input:
target_id:
title:
en: Target id
zh-CN: 目标id
type: string
description:
en: The target id
zh-CN: 目标id
required: true
case_sensitive:
title:
en: Case sensitive
zh-CN: 大小写敏感
type: string
description:
en: 'Path case sensitive Settings: Auto (default)/no/yes'
zh-CN: '路径大小写敏感设置: auto(默认)/no/yes'
required: false
default: auto
enum:
- auto
- 'no'
- 'yes'
limit_crawler_scope:
title:
en: Limit crawler scope
zh-CN: 限制爬取目录
type: boolean
description:
en: Limit fetching to address and subdirectory values only :true(default)/false
zh-CN: 将抓取限制为仅包含地址和子目录 值:true(默认)/false
required: true
excluded_paths:
title:
en: Excluded paths
zh-CN: 排除路径
type: "[]string"
description:
en: Rule out path
zh-CN: 排除路径
required: false
default: []
output:
status_code:
title:
en: Status code
zh-CN: 状态码
type: integer
description:
en: State id
zh-CN: 状态id
required: true
msg:
title:
en: Msg
zh-CN: 返回信息
type: string
description:
en: Return information
zh-CN: 返回信息
required: true
http:
title: Http
description: HTTP设置
input:
target_id:
title:
en: Target id
zh-CN: 目标id
type: string
description:
en: The target id
zh-CN: 目标id
required: true
enabled:
title:
en: Enabled
zh-CN: 启用
type: boolean
description:
en: false/true
zh-CN: 假/真
required: false
default: true
username:
title:
en: Username
zh-CN: 用户名
type: string
description:
en: The user name
zh-CN: 用户名
required: true
password:
title:
en: Password
zh-CN: 密码
type: password
description:
en: password
zh-CN: 密码
required: true
output:
status_code:
title:
en: Status code
zh-CN: 状态码
type: integer
description:
en: Status code
zh-CN: 状态码
required: true
msg:
title:
en: Msg
zh-CN: 返回信息
type: string
description:
en: Return information
zh-CN: 返回信息
required: true
cli_ssl:
title: 客户端证书设置
description: 客户端证书设置
input:
target_id:
title:
en: Target id
zh-CN: 目标id
type: string
description:
en: The target id
zh-CN: 目标id
required: true
client_certificate_url:
title:
en: Client certificate url
zh-CN: 客户端证书URL
type: string
description:
en: Client certificate URL
zh-CN: 客户端证书URL
required: true
client_certificate_password:
title:
en: Client certificate password
zh-CN: 客户端证书密码
type: password
description:
en: Client certificate password
zh-CN: 客户端证书密码
required: true
output:
status_code:
title:
en: Status code
zh-CN: 状态码
type: integer
description:
en: Status code
zh-CN: 状态码
required: true
msg:
title:
en: Msg
zh-CN: 返回信息
type: string
description:
en: Return information
zh-CN: 返回信息
required: true
proxies:
title: 代理
description: 代理设置
input:
target_id:
title:
en: Target id
zh-CN: 目标id
type: string
description:
en: The target id
zh-CN: 目标id
required: true
enabled:
title:
en: Enabled
zh-CN: 启用
type: boolean
description:
en: false/true
zh-CN: 假/真
required: true
protocol:
title:
en: Protocol
zh-CN: 协议
type: string
description:
en: Protocol default HTTP
zh-CN: 协议 默认http
required: false
default: http
enum:
- http
- https
address:
title:
en: Address
zh-CN: 地址
type: string
description:
en: Proxy IP address
zh-CN: 代理ip地址
required: true
port:
title:
en: Port
zh-CN: 端口
type: integer
description:
en: port
zh-CN: 端口
required: true
username:
title:
en: Username
zh-CN: 用户名
type: string
description:
en: The user name
zh-CN: 用户名
required: false
default:
password:
title:
en: Password
zh-CN: 密码
type: password
description:
en: password
zh-CN: 密码
required: false
default:
output:
status_code:
title:
en: Status code
zh-CN: 状态码
type: integer
description:
en: Status code
zh-CN: 状态码
required: true
msg:
title:
en: Msg
zh-CN: 返回信息
type: string
description:
en: Return information
zh-CN: 返回信息
required: true
add_scans:
title: 添加扫描
description: 添加扫描
input:
target_id:
title:
en: Target id
zh-CN: 目标id
type: string
description:
en: The target id
zh-CN: 目标id
required: true
profile_id:
title:
en: Scanning type
zh-CN: 扫描类型
type: string
description:
en: Scanning type
zh-CN: 扫描类型
required: true
enum:
- Full Scan
- High Risk Vulnerabilities
- Cross-site Scripting Vulnerabilities
- SQL Injection Vulnerabilities
- Weak Passwords
- Crawl Only
- Malware Scan
output:
result:
title:
en: Result
zh-CN: 结果
type: object
description:
en: Add scan return information
zh-CN: 添加扫描返回信息
required: true
id_scans:
title: 获取目标的扫描id
description: 获取目标的扫描id
input:
target_id:
title:
en: Target id
zh-CN: 目标id
type: string
description:
en: The target id
zh-CN: 目标id
required: true
output:
result:
title:
en: Result
zh-CN: 结果
type: object
description:
en: Scan ID returns information
zh-CN: 扫描id返回信息
required: true
del_scans:
title: 删除扫描
description: 删除扫描
input:
target_id:
title:
en: Target id
zh-CN: 目标id
type: string
description:
en: The target id
zh-CN: 目标id
required: true
output:
result:
title:
en: Result
zh-CN: 结果
type: object
description:
en: Delete the scan return information
zh-CN: 删除扫描返回信息
required: true
all_scans:
title: 获取所有扫描
description: 获取所有扫描状态
input:
l:
title:
en: L
zh-CN: 每页的显示结果数量
type: integer
description:
en: Display results per page
zh-CN: 每页的显示结果数量
required: true
output:
result:
title:
en: Result
zh-CN: 结果
type: object
description:
en: Retrieves all scan return information
zh-CN: 获取所有扫描返回信息
required: true
one_scans:
title: 获取单个扫描状态
description: 获取单个扫描状态
input:
scan_id:
title:
en: Scan id
zh-CN: 扫描 id
type: string
description:
en: Scan id
zh-CN: 扫描 id
required: true
output:
result:
title:
en: Result
zh-CN: 结果
type: object
description:
en: Gets the individual scan return information
zh-CN: 获取单个扫描返回信息
required: true
statistics_scans:
title: 单个扫描概况信息
description: 单个扫描概况信息
input:
scan_id:
title:
en: Scan id
zh-CN: 扫描id
type: string
description:
en: Scan id
zh-CN: 扫描id
required: true
scan_session_id:
title:
en: Scan session id
zh-CN: 扫描的会话 id
type: string
description:
en: Scan the session_id
zh-CN: 扫描的会话 id
required: true
output:
result:
title:
en: Result
zh-CN: 结果
type: object
description:
en: Gets the individual scan return information
zh-CN: 获取单个扫描返回信息
required: true
one_res_scans:
title: 单个扫描漏洞结果
description: 单个扫描漏洞结果
input:
scan_id:
title:
en: Scan id
zh-CN: 扫描id
type: string
description:
en: Scan id
zh-CN: 扫描id
required: true
scan_session_id:
title:
en: Scan session id
zh-CN: 扫描的会话 id
type: string
description:
en: Scan the session_id
zh-CN: 扫描的会话 id
required: true
l:
title:
en: L
zh-CN: 显示数量
type: integer
description:
en: show numbers
zh-CN: 显示数量
required: true
output:
result:
title:
en: Result
zh-CN: 结果
type: object
description:
en: Get the returned information of a single scan vulnerability
zh-CN: 获取单个扫描漏洞返回信息
required: true
cur_vulnerabilities:
title: 获取当前扫描单个漏洞信息
description: 获取当前扫描单个漏洞信息
input:
scan_id:
title:
en: Scan id
zh-CN: 扫描id
type: string
description:
en: Scan id
zh-CN: 扫描id
required: true
scan_session_id:
title:
en: Scan session id
zh-CN: 扫描的会话id
type: string
description:
en: Scan session id
zh-CN: 扫描的会话id
required: true
vuln_id:
title:
en: Vuln id
zh-CN: 漏洞 id
type: string
description:
en: The vulnerability belongs to the type ID
zh-CN: 漏洞所属类型id
required: true
output:
result:
title:
en: Result
zh-CN: 结果
type: object
description:
en: Gets the current vulnerability return information
zh-CN: 获取当前漏洞返回信息
required: true
all_vulnerabilities:
title: 获取所有漏洞信息
description: 获取所有漏洞信息
input:
l:
title:
en: L
zh-CN: 分页查询数量
type: integer
description:
en: Paging query
zh-CN: 分页查询数量
required: true
output:
result:
title:
en: Result
zh-CN: 结果
type: object
description:
en: Get all vulnerability return information
zh-CN: 获取所有漏洞返回信息
required: true
one_vulnerabilities:
title: 获取单个漏洞信息
description: 获取单个漏洞信息
input:
vuln_id:
title:
en: Vuln id
zh-CN: 漏洞所属类型id
type: string
description:
en: The vulnerability belongs to the type ID
zh-CN: 漏洞所属类型id
required: true
output:
result:
title:
en: Result
zh-CN: 结果
type: object
description:
en: Get the individual vulnerability return information
zh-CN: 获取单个漏洞返回信息
required: true
all_reports:
title: 获取所有扫描报告
description: 获取所有扫描报告
input:
l:
title:
en: L
zh-CN: 显示数量
type: integer
description:
en: Paging query
zh-CN: 显示数量
required: true
output:
result:
title:
en: Result
zh-CN: 结果
type: object
description:
en: Get the return information for all scan reports
zh-CN: 获取所有扫描报告返回信息
required: true
del_reports:
title: 删除单个报告
description: 删除单个报告
input:
report_id:
title:
en: Report id
zh-CN: 报告id
type: string
description:
en: The report id
zh-CN: 报告id
required: true
output:
status_code:
title:
en: Status code
zh-CN: 状态码
type: integer
description:
en: Status code
zh-CN: 状态码
required: true
msg:
title:
en: Msg
zh-CN: 返回信息
type: string
description:
en: Return information
zh-CN: 返回信息
required: true
type: 漏洞扫描