How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "michaelh/spade"
end
vagrant init michaelh/spade
vagrant up
This version was created over 5 years ago.
SPADE in Ubuntu 18.04 (bento/ubuntu-18.04) base box with an added user "spade", a wget 1.17 (/usr/local/bin/wget) and a bash 4.3 (/usr/local/bin/bash).
This version was created over 5 years ago.
SPADE in Ubuntu 18.04 (ubuntu/bionic64) base box with an added user "spade", a wget 1.17 (/usr/local/bin/wget) and a bash 4.3 (/usr/local/bin/bash).
This version was created over 5 years ago.
Initial box with SPADE and vulnerable applications for experiments.