This repo configures a Kali Linux using Vagrant and Virtual Box.
This project was developed on an Ubuntu 20.04 LTS and the commands shown here should work on any linux. Before running any command it's mandatory to have the prerequisites, here I'm using Virtual Box, but it's possible to use other virtualization software as well, just check the compatibility of the VM provider with Vagrant here.
Kali virtual machine is configured by Vagrantfile, the name of this vm in the file is cybersec and once the file is ready, just call vagrant to provision the vm using ONE of the commands below:
$ vagrant up
$ vagrant up cybersec
After provisioning it, optionally, you can connect to this vm through ssh:
$ vagrant ssh cybersec
When the fun is over you can turn off this vm using ONE of the commands below:
$ vagrant halt
$ vagrant halt cybersec
- Pedro Moura - GitHub
This project is licensed under the MIT License - see the LICENSE.md file for details