15 lines
543 B
Markdown
15 lines
543 B
Markdown
# DVWA (Damn Vulnerable Web Application)
|
|
|
|
## Default Username and Password
|
|
```
|
|
username: admin
|
|
password: password
|
|
```
|
|
|
|
## Chinese Name: "Damn" Insecure Web Application
|
|
**DVWA** is a poorly coded, vulnerable PHP/MySQL web application.
|
|
|
|
### Purpose
|
|
- To help information security professionals practice skills and test tools in a legal environment.
|
|
- To assist web developers in better understanding how to secure web applications.
|
|
- To help students and educators learn and teach web security techniques in a controlled educational environment. |