How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "cybersecurity/linux-scavenger"
config.vm.box_version = "1.0.9"
end
vagrant init cybersecurity/linux-scavenger \
--box-version 1.0.9
vagrant up
This version was created almost 4 years ago.
This version has a few fixes deployed: the root user had 2 flags the sysadmin user was in the root group The Vagrant user has been re-enabled