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