Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VMWare Fusion Support? #7

Closed
troyxmccall opened this issue Feb 25, 2016 · 3 comments
Closed

VMWare Fusion Support? #7

troyxmccall opened this issue Feb 25, 2016 · 3 comments

Comments

@troyxmccall
Copy link

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
Copy link
Owner

Sliim commented Feb 25, 2016

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
Copy link
Author

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

@Sliim
Copy link
Owner

Sliim commented Feb 25, 2016

Cool! Have fun ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants