diff --git a/Vagrantfile b/Vagrantfile index 10b2c25..592b33a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -54,6 +54,10 @@ Vagrant.configure("2") do |config| config.vm.provision :shell, path: "scripts/installs/setup_jenkins.bat" config.vm.provision :shell, inline: "rm C:\\tmp\\vagrant-shell.bat" # Hack for this bug: https://github.com/mitchellh/vagrant/issues/7614 + # Vulnerability - JMX + config.vm.provision :shell, path: "scripts/installs/setup_jmx.bat" + config.vm.provision :shell, inline: "rm C:\\tmp\\vagrant-shell.bat" # Hack for this bug: https://github.com/mitchellh/vagrant/issues/7614 + # Configure Firewall to open up vulnerable services config.vm.provision :shell, path: "scripts/configs/configure_firewall.bat" config.vm.provision :shell, inline: "rm C:\\tmp\\vagrant-shell.bat" # Hack for this bug: https://github.com/mitchellh/vagrant/issues/7614