tuxotron / xvwa_lamp_container

XVWA on LAMP base docker image

Home Page:http://www.cyberhades.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

XVWA on LAMP base docker image

http://www.cyberhades.com

License:Apache License 2.0


Languages

Language:Shell 100.0%