How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "jbcook/kali-light"
  config.vm.box_version = "1.1.0"
end
vagrant init jbcook/kali-light \
  --box-version 1.1.0
vagrant up

This version was created over 5 years ago.

New GPG keys for Kali apt

There are no providers for this version.