Vagrant/Kali
From charlesreid1
Main article: Vagrant
Kali Linux on Vagrant
Kali Linux provides an official vagrant box, making it easy to use Kali Linux from a vagrant box.
To create a vagrant VM that runs Kali, use the vagrant init command and pass it the name of the image, which is kalilinux/rolling or kalilinux/rolling-light:
vagrant init kalilinux/rolling
or
vagrant init kalilinux/rolling-light
This will download the Kali Linux image. Once that's finished, start the vagrant machine with:
vagrant up
Links
https://www.kali.org/news/announcing-kali-for-vagrant/
Flags