How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "solarium/KaliLinuxRolling"
  config.vm.box_version = "1.0.0"
end
vagrant init solarium/KaliLinuxRolling \
  --box-version 1.0.0
vagrant up

This version was created over 7 years ago.

Release Notes

  • Based on the latest (Aug 2016) Kali Rolling Release (Kali 2016.2)
  • Kernel updated to Kernel 4.8
  • Gnome updated to version 3.22.2
  • Box uses standard vagrant configuration including ssh, sudo, and default vagrant and root passwords
  • root password: "vagrant"
  • vagrant password: "vagrant"
  • SSH daemon configured to run on startup
  • operating system packages up-to-date as of 12 Jan 2017
  • VirtualBox Guest Additions version 5.1.12
  • no other changes to default Kali distribution or installed packages

Note, due to limitations in Vagrant's detection of Linux variants (and associated capabilities) your VagrantFile needs to indicate the type of guest os:

Vagrant.configure(2) do |config|
  config.vm.guest = "debian"
end

Future versions will include a VagrantFile with this as an additional setting.

1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (5.14 GB)