Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 895 Bytes

Openstack.md

File metadata and controls

25 lines (16 loc) · 895 Bytes

Openstack provider

See installation instruction for requirements.

Basic usage

You will need to setup your environnement to communicate with Openstack API.

You can source your Openstack credentials and use them in your target. Provided instances/targets in pentest-env use your environment variables to configure Openstack provider.

Once you have configured your environment, you can create your instance:

> PENTESTRC=examples/openstack.pentestrc vagrant status
Current machine states:

kali                      running (virtualbox)
os-webgoat                not created (virtualbox)

This environment represents multiple VMs. The VMs are all listed
above with their current state. For more information about a specific
VM, run `vagrant status NAME`.

> PENTESTRC=examples/openstack.pentestrc vagrant up os-webgoat --provider=openstack