How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "solarium/pwk-kali-vm"
config.vm.box_version = "1.0.0"
end
vagrant init solarium/pwk-kali-vm \
--box-version 1.0.0
vagrant up
This version was created about 7 years ago.
Basic configuration of the Kali PWK VM which can be run using vagrant init and then vagrant up without additional modifications. Username: vagrant, Password: vagrant, Root Password: vagrant