My ephemeral security testing and analysis infrastructure based on Vagrant and Ansible.
- All of the VM definitions are in a single
Vagrantfile
, so it's treated as a multi-vm architecture. To bring up a specific VM, you'll need to specify it by name:vagrant up malwr
. - Most VMs are configured to start up in DigitalOcean (referral link) using the DigitalOcean Vagrant Provider Plugin. Use
vagrant up --provider=digital_ocean
to stand up a box in DO. - Modify the DO provider settings in the
Vagrantfile
to change the OS, region, and size.