Go to file
jbarnett-r7 96fc323bac Rename some references to framework. 2016-09-07 16:46:20 -05:00
answer_files/2008_r2 Initial commit. 2016-08-30 10:53:02 -05:00
iso Initial commit. 2016-08-30 10:53:02 -05:00
resources Remove jmx vulnerability until licensing is figured out. 2016-09-07 15:22:29 -05:00
scripts Remove jmx vulnerability until licensing is figured out. 2016-09-07 15:22:29 -05:00
.gitignore Initial commit. 2016-08-30 10:53:02 -05:00
COPYING Rename some references to framework. 2016-09-07 16:46:20 -05:00
LICENSE Update license file. 2016-09-07 16:42:48 -05:00
README.md Update Vagrantfile to remove base file's tutorial comments. 2016-09-07 13:57:55 -05:00
Vagrantfile Missed a jmx reference. 2016-09-07 15:25:29 -05:00
vagrantfile-windows_2008_r2.template Initial commit. 2016-08-30 10:53:02 -05:00
windows_2008_r2.json Initial commit. 2016-08-30 10:53:02 -05:00

README.md

Metasploitable3

Metasploitable3 is a VM that is built from the ground up with a large amount of security vulnerabilities. It is intended to be used as a target for testing exploits with metasploit.

Metasploitable3 is released under a BSD-style license. See COPYING for more details.

Building Metasploitable 3

Requirements:

To build:

  1. Clone this repo and navigate to the main directory.
  2. Build the base VM image by running packer build windows_2008_r2.json. This will take a while the first time you run it since it has to download the OS installation ISO.
  3. After the base Vagrant box is created you need to add it to your Vagrant environment. This can be done with the command vagrant box add windows_2008_r2_virtualbox.box --name=metasploitable3.
  4. To start the VM, run the command vagrant up. This will start up the VM and run all of the installation and configuration scripts necessary to set everything up. This takes about 10 minutes.
  5. Once this process completes, you can open up the VM within VirtualBox and login. The default credentials are U: vagrant and P: vagrant.

Vulnerablities

Acknowledgements

The Windows portion of this project was based off of GitHub user joefitzgerald's packer-windows project. The Packer templates, original Vagrantfile, and installation answer files were used as the base template and built upon for the needs of this project.