From 8be8e16218cbde94dd7c77fdf1d63c2a7f00a750 Mon Sep 17 00:00:00 2001 From: Jeffrey Martin Date: Fri, 3 Aug 2018 15:44:40 -0500 Subject: [PATCH] Add quick-start --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 45cceb7..a5c909d 100644 --- a/README.md +++ b/README.md @@ -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