Skip to content
gloutsch edited this page Apr 8, 2016 · 2 revisions

This repository works with Vagrant and Virtualbox. For installation instructions see:

You will need rake and berkshelf for Chef provisionning, you can install it with rubygems:

gem install rake berkshelf --no-ri --no-rdoc

Clone pentest-env repository and its submodules:

git clone https://github.com/Sliim/pentest-env.git
cd pentest-env/
git submodule init
git submodule update

Or in one line:

git clone https://github.com/Sliim/pentest-env.git --recursive

Install cookbooks dependencies:

rake
Clone this wiki locally