Skip to content

adrianolisboa/pentest-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kali Pentest Environment

A simple environment for applications pentest using Kali built with Packer and Vagrant.

Pre-requisites

Install this following dependencies:

Running

Run vagrant up and your environment will start.

Creating the base box using Packer*

If you don't already have the vagrant box in your library follow the steps bellow to generate your own.

  1. Open your terminal and type:

packer build kali-template.json

  1. Now type this command to remove previously boxes:

vagrant box remove kali --provider virtualbox

  1. Now add your recently created box:

vagrant box add kali packer_virtualbox_virtualbox.box

You can also download my created box from vagrantup.

Notes

*NOTE: This steps are only necessary if you want to built the box in you own machine.

About

Simple environment for applications pentest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages