Skip to content
Sliim edited this page Feb 13, 2016 · 4 revisions

Pentest-env works with Vagrant, so all you need to know is basic vagrant commands :)

Move into pentest-env directory and enjoy vagrant commands!

> cd /path/to/pentest-env
> vagrant status
Current machine states:

kali                      not created (virtualbox)

To run kali linux machine:

> vagrant up kali
Clone this wiki locally