Sliim / pentest-env

Pentest environment deployer (kali linux + targets) using vagrant and chef.
http://sliim.github.io/pentest-env/
GNU General Public License v3.0
631 stars 169 forks source link

VMWare Fusion Support? #7

Closed troyxmccall closed 8 years ago

troyxmccall commented 8 years ago

I use VMWare Fusion with Vagrant because Virtualbox is just well, terrible. I was wondering how the Vagrant virtual box is pre-built/provisioned.I'd be happy to build the VMware port myself, I just would like to know what that all entails.

Sliim commented 8 years ago

Hi @troyxmccall

you can find informations about how I build virtualbox boxes on the wiki: https://github.com/Sliim/pentest-env/wiki/About%20boxes#kali-linux-20161

Basically, the steps for current Kali 2016.1 are:

  1. Install Kali from http://cdimage.kali.org/kali-2016.1/kali-linux-2016.1-amd64.iso
  2. Install linux headers for virtualbox guest addition
  3. Install VirtualBox guest addition
  4. Copy the pentest-env ssh public key in root's authorized keys
  5. Enable ssh service at boot

For VMWare Fusion, I don't know if there is an equivalent for VirtualBox guest addition.. In any case you need to adapt the steps 2 and 3.

Also I have some network issues with current box, you probably need to configure network interfaces to avoid these issues in your box. See #8 for details.

I would be happy to add your VMWare Fusion support to the pentest-env master branch :)

troyxmccall commented 8 years ago

@Sliim beautiful. Thanks, I'll submit a PR once completed

Sliim commented 8 years ago

Cool! Have fun ;)