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

Could you pls update the doc about how to choose other boxes? #21

Closed naijim closed 8 years ago

naijim commented 8 years ago

It looks like you just updated the Vagranfile. In early version I change the box URL in Vagrantfile.

naijim commented 8 years ago

found it. In kali.rb

Sliim commented 8 years ago

Yes I cleaned up the Vagrant file and moved kali machine code in instances/kali.rb.The purpose is to have each instance/target in a single file.

So yes, you can edit box_url in the machine file. You can also create your own instances with your box settings, see https://github.com/Sliim/pentest-env/blob/master/docs/Custom-instances.md. Another way could be to customize box & box_url in the pentestrc file but its not yet implemented.