docker and DVWA

Configure DVWA on Docker

Blog / frontpge

Configure DVWA on Docker

Configure DVWA on Docker

With docker accessing the hacking tools is much easier, in this post we will see how to use DVWA in a simple independent of the operating system so if you use windows or mac you will not have any type of problem.

With the following command we can make the desired image.

docker search webdvwa

with the following command we download the image

docker pull vulnerables/web-dvwa
Now we run our container with the following command line.
docker run -p 81:80 vulnerables/web-dvwa
After that we go to our browser and write the following.

http://localhost:81/login.php

In the following URL we perform the configuration very intuitively.
http://localhost:81/setup.php
Now you must make the appropriate configuration of each of the parameters.

Related courses:

Ultimate Hacklab Self Paced

[ihc-select-level]

References:

https://hub.docker.com/

https://docs.docker.com/install/linux/docker-ce/ubuntu/

https://docs.docker.com/docker-for-windows/install/

Leave your thought here

This site uses Akismet to reduce spam. Learn how your comment data is processed.