Skip to content

0x90/kali-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kali Linux

Pre-configured Kali linux VirtualBox VM. VirtualBox VM will be converted into a vagrant box that can be added to your vagrant library.

Pre-requisites

Vagrant base box

If you don't already have the vagrant box in your library, you can create this one of two ways. You can use the packer submodule of the packer-boxes repository to create the base box with packer.

packer build template.json
vagrant box remove kali virtualbox  
vagrant box add kali packer_virtualbox_virtualbox.box  

You can also download the packer-boxes repository and follow the instructions to create vagrant base boxes and add them to your library.

Start kali with vagrant

The 'vagrant up' command will import the kali base image into VirtualBox and then run the post configuration specified in the Vagrantfile. Use 'vagrant ssh' to ssh into kali. XForwarding is configured and working. The Vagrantfile will open the VirtualBox console in full screen. You can login with root/toor.

vagrant up  

TODO:

About

Vagrant & Packer box for Kali 1.06

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages