feat: 优化 DVWA 安装包
This commit is contained in:
parent
6abca0ed1d
commit
a2f49042eb
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
## 默认账户密码
|
## 默认账户密码
|
||||||
|
|
||||||
用户名:`admin`
|
```
|
||||||
|
username:admin
|
||||||
|
password:password
|
||||||
|
```
|
||||||
|
|
||||||
密码:`password`
|
## 中文名:"该死的" 不安全的Web应用程序
|
||||||
|
|
||||||
|
**DVWA** 是一个编码差的、易受攻击的 PHP/MySQL Web 应用程序。
|
||||||
## 中文名:"该死的"不安全的Web应用程序
|
|
||||||
|
|
||||||
DVWA是一个编码差的、易受攻击的 PHP/MySQL Web应用程序。
|
|
||||||
|
|
||||||
### 目的
|
### 目的
|
||||||
- 帮助信息安全专业人员在合法的环境中,练习技能和测试工具
|
- 帮助信息安全专业人员在合法的环境中,练习技能和测试工具
|
||||||
|
|
|
||||||
|
|
@ -2,18 +2,18 @@ name: DVWA
|
||||||
tags:
|
tags:
|
||||||
- 安全
|
- 安全
|
||||||
title: DVWA
|
title: DVWA
|
||||||
description: 一个用来进行安全脆弱性鉴定的PHP/MySQL Web 应用平台。
|
description: 一个用来进行安全脆弱性鉴定的 PHP/MySQL Web 应用平台。
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
key: dvwa
|
key: dvwa
|
||||||
name: DVWA
|
name: DVWA
|
||||||
tags:
|
tags:
|
||||||
- Security
|
- Security
|
||||||
shortDescZh: 一个用来进行安全脆弱性鉴定的PHP/MySQL Web 应用平台。
|
shortDescZh: 一个用来进行安全脆弱性鉴定的 PHP/MySQL Web 应用平台。
|
||||||
shortDescEn: DVWA (Damn Vulnerable Web Application)
|
shortDescEn: DVWA (Damn Vulnerable Web Application)
|
||||||
type: security
|
type: tool
|
||||||
crossVersionUpdate: true
|
crossVersionUpdate: true
|
||||||
limit: 0
|
limit: 0
|
||||||
recommend: 10
|
recommend: 0
|
||||||
website: https://github.com/digininja/DVWA
|
website: https://github.com/digininja/DVWA
|
||||||
github: https://github.com/digininja/DVWA
|
github: https://github.com/digininja/DVWA
|
||||||
document: https://github.com/digininja/DVWA
|
document: https://github.com/digininja/DVWA
|
||||||
|
|
|
||||||
|
|
@ -5,21 +5,22 @@ additionalProperties:
|
||||||
envKey: PANEL_DB_HOST
|
envKey: PANEL_DB_HOST
|
||||||
required: true
|
required: true
|
||||||
type: service
|
type: service
|
||||||
default: mariadb
|
default: mysql
|
||||||
envKey: PANEL_DB_TYPE
|
envKey: PANEL_DB_TYPE
|
||||||
labelEn: Database Service
|
labelEn: Database Service
|
||||||
labelZh: 数据库服务
|
labelZh: 数据库服务
|
||||||
required: true
|
required: true
|
||||||
type: apps
|
type: apps
|
||||||
values:
|
values:
|
||||||
- label: MariaDB
|
|
||||||
value: mariadb
|
|
||||||
- label: MySQL
|
- label: MySQL
|
||||||
value: mysql
|
value: mysql
|
||||||
|
- label: MariaDB
|
||||||
|
value: mariadb
|
||||||
- default: dvwa
|
- default: dvwa
|
||||||
envKey: PANEL_DB_NAME
|
envKey: PANEL_DB_NAME
|
||||||
labelEn: Database
|
labelEn: Database
|
||||||
labelZh: 数据库名
|
labelZh: 数据库名
|
||||||
|
random: true
|
||||||
required: true
|
required: true
|
||||||
rule: paramCommon
|
rule: paramCommon
|
||||||
type: text
|
type: text
|
||||||
|
|
@ -27,13 +28,15 @@ additionalProperties:
|
||||||
envKey: PANEL_DB_USER
|
envKey: PANEL_DB_USER
|
||||||
labelEn: User
|
labelEn: User
|
||||||
labelZh: 数据库用户
|
labelZh: 数据库用户
|
||||||
|
random: true
|
||||||
required: true
|
required: true
|
||||||
rule: paramCommon
|
rule: paramCommon
|
||||||
type: text
|
type: text
|
||||||
- default: p@ssw0rd
|
- default: dvwa
|
||||||
envKey: PANEL_DB_USER_PASSWORD
|
envKey: PANEL_DB_USER_PASSWORD
|
||||||
labelEn: Password
|
labelEn: Password
|
||||||
labelZh: 数据库用户密码
|
labelZh: 数据库用户密码
|
||||||
|
random: true
|
||||||
required: true
|
required: true
|
||||||
rule: paramComplexity
|
rule: paramComplexity
|
||||||
type: password
|
type: password
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue