From charlesreid1

Revision as of 00:38, 10 December 2019 by Admin (talk | contribs) (Created page with "=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 vagr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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