Skip to content

Latest commit

 

History

History

dvna

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Damn Vulnerable Node Application (DVNA) Ansible Playbook & Dockerfile


Ansible Playbook & Dockerfile for DVNA. This playbook is fully configured and plug-and-play for Damn Vulnerable Node Application.

More details about the project DVNA

Pre requirements

  • Vagrant
  • Ansible

Usage

Docker

  • Simply run from dockerhub
docker run -p 3000:3000 -d appsecco/dvna

Ansible Playbook with Vagrant

git clone https://github.com/appsecco/vulnerable-apps.git
cd vulnerable-apps/dvna/ansible
vagrant up