How to use this box with Vagrant:
Vagrant.configure("2") do |config| config.vm.box = "kbit/gvm" config.vm.box_version = "22.4.0" end
vagrant init kbit/gvm \ --box-version 22.4.0 vagrant up
This version was created over 1 year ago.
--- USER: admin PASS: openvas