Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 960 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 960 Bytes

DVWA-Ansible

Easy way to install DVWA on Ubuntu 22.04 using Ansible. For more information on this app please see the upstream repo https://github.com/digininja/DVWA. Before running this playbook you will need to run collection_install.sh first but you do need ansible installed before that.

What does this playbook do?

It installs a LAMP stack(apache, mariadb and php) and configures them to get a working system to run DVWA

Credit

Credit goes to https://github.com/appsecco/vulnerable-apps which this playbook is based on. I have fixed things that ansible has been complaining about, so you can use it with the lastest version and to get it to clone from git master instead of using a zip file release

Running playbook

Set up a Ubuntu 22.04 server with a user called ansible and update the IP in the hosts.yml file and do the following from the root of this folder on a host that has ansible installed

ansible-playbook main.yml -i hosts.yml -k -K