Skip to content

Configures a Kali Linux using Vagrant and Virtual Box.

License

Notifications You must be signed in to change notification settings

phsmoura/cybersec-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cybersec-vm

This repo configures a Kali Linux using Vagrant and Virtual Box.

Getting Started

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.

Prerequisites

  1. Install Virtual Box
  2. Install Vagrant

Running the code

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

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Releases

No releases published

Packages

No packages published

Languages