Add quick-start

This commit is contained in:
Jeffrey Martin 2018-08-03 15:44:40 -05:00
parent 70151811fd
commit 8be8e16218
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 10 additions and 0 deletions

View File

@ -4,6 +4,16 @@ Metasploitable3 is a VM that is built from the ground up with a large amount of
Metasploitable3 is released under a BSD-style license. See COPYING for more details.
## Quick-start
To use the prebuilt images provided at https://app.vagrantup.com/rapid7/ create a new local metasploitable workspace:
```
mkdir metasploitable3-workspace
cd metasploitable3-workspace
curl -O https://raw.githubusercontent.com/rapid7/metasploitable3/master/Vagrantfile && vagrant up
```
Or clone this repository and build your own box.
## Building Metasploitable 3
System Requirements:
* OS capable of running all of the required applications listed below