Skip to content

tuxotron/xvwa_lamp_container

 
 

Repository files navigation

tuxotron xvwa docker image

This is an image to run xvwa in a docker container. xvwa is a (intentionally) Xtreme Vulnerable Web Application.

Running the image

Start your image binding the external port 80:

sudo docker run --name xvwa -d -p 80:80 tuxotron/xvwa

Open your browser and go to:

http://localhost/xvwa

The first thing you need to do is to go to Setup / Reset menu and click on Submit / Reset button. This will prepare the database.

To stop the container:

sudo docker stop xvwa

And to restart the same container:

sudo docker start xvwa

Enjoy!

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%