A simple environment for applications pentest using Kali built with Packer and Vagrant.
Install this following dependencies:
Run vagrant up
and your environment will start.
If you don't already have the vagrant box in your library follow the steps bellow to generate your own.
- Open your terminal and type:
packer build kali-template.json
- Now type this command to remove previously boxes:
vagrant box remove kali --provider virtualbox
- Now add your recently created box:
vagrant box add kali packer_virtualbox_virtualbox.box
You can also download my created box from vagrantup.
*NOTE: This steps are only necessary if you want to built the box in you own machine.