fstaffa / kali

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

packer-kali

Copied from: https://github.com/chrisanthropic/packer-kali A Kali 2018-3 build for Packer

Requirements

  • Packer
  • Vagrant
  • Virtualbox and/or VMware

About the Boxes

Kali linux rolling

Metasploitable 2

Download Metasploitable 2 from Sourceforge. Unpack the file Metasploiable2.vmdk into the directory packer/metasploitable/.

Build using packer and add to vagrant

cd packer/kali
packer build kali.json
vagrant box add --name kalirolling-2019-2 builds/virtualbox-kali.box

cd packer/metasploitable; packer build metasploitable2.json

Use

Packer

Create the box you want (either virtualbox or vmware)

Vagrant

Use the provided Vagrantfile.

About


Languages

Language:Shell 100.0%