As far back as I can remember, I always wanted to be a gangster
This commit is contained in:
parent
6dc0da3d8e
commit
2fae9ec9cf
@ -8,12 +8,14 @@ The aim of DVWA is to practice some of the most common web vulnerability, with v
|
|||||||
|
|
||||||
To run this image you need [docker](http://docker.com) installed. Just run the command:
|
To run this image you need [docker](http://docker.com) installed. Just run the command:
|
||||||
|
|
||||||
docker run --rm -it -p 80:80 vulnerables/dvwa
|
docker run --rm -it -p 80:80 vulnerables/web-dvwa
|
||||||
|
|
||||||
And wait until it download the image and start it, after that you can see the image running in your local machine:
|
And wait until it download the image and start it, after that you can see the image running in your local machine:
|
||||||
|
|
||||||
![setup](setup.png)
|
![setup](setup.png)
|
||||||
|
|
||||||
|
Just click in
|
||||||
|
|
||||||
## Credentials
|
## Credentials
|
||||||
|
|
||||||
* Username: admin
|
* Username: admin
|
||||||
@ -22,7 +24,3 @@ And wait until it download the image and start it, after that you can see the im
|
|||||||
## About DVWA
|
## About DVWA
|
||||||
|
|
||||||
You can visit DVWA [official website](http://www.dvwa.co.uk/) and official [github repository](https://github.com/ethicalhack3r/DVWA) if you want more information
|
You can visit DVWA [official website](http://www.dvwa.co.uk/) and official [github repository](https://github.com/ethicalhack3r/DVWA) if you want more information
|
||||||
|
|
||||||
[![Docker Pulls](https://img.shields.io/docker/pulls/vulnerables/web-dvwa.svg?style=plastic)](https://hub.docker.com/r/vulnerables/web-dvwa/)
|
|
||||||
|
|
||||||
![License](https://img.shields.io/badge/License-GPL-blue.svg?style=plastic)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user