You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.3 KiB

3 years ago
# hybrid dvwa !
## LabInstance Damn Vulnerable Web Application
![alt text](images/swarmlab-network.png "")
Damn Vulnerable Web Application (DVWA) is a PHP/MySQL web application that is damn vulnerable.
- Its main goal is to be an aid for security professionals to test their skills and tools in a legal environment, help web developers better understand the processes of securing web applications and to aid both students & teachers to learn about web application security in a controlled class room environment.
- The aim of DVWA is to practice some of the most common web vulnerability, with various difficultly levels, with a simple straightforward interface. Please note, there are both documented and undocumented vulnerability with this software. This is intentional. You are encouraged to try and discover as many issues as possible.
# **WARNING** This image is vulnerable to several kinds of attacks, please don't deploy it to any public servers.
## Quickstart
Login with default credentials
To login you can use the following credentials:
>
> Username: admin
> Password: password
>
### HowTo use it
### Default Configuration (cli)
- Working Directory
> /home/docker/project
- Default user
> docker
- Default password
> docker
- Default password4root
> pass
3 years ago