• Home
  • Blog
  • About Me

Box 1663

Passes must be presented.

  • Developer
  • Transition to PC

Metasploitable 3 Without Vagrant

September 7, 2018 By Scott Leave a Comment

Metasploitable 3 has many advantages over Metasploitable 2. You can read the description on the Rapid7 website to get more details. One disadvantage is that you have to build the virtual machines with the provided scripts and the documentation uses Vagrant. Unfortunately, the Vagrant plugin for VMWare is not free. As of this writing, it is $79 per user. If you are using Virtual Box, then you can ignore this post and use the build instructions provided in the README.  Fortunately, Vagrant use is optional. The following walk-through describes how to use Metasploitable 3 without Vagrant integration with VMWare Workstation on Linux or Mint.

Install packer

sudo apt install packer

Clone the Metasploitable 3 git repository

git clone https://github.com/rapid7/metasploitable3.git

Build the Ubuntu 14.04 metasploitable template

  • cd metasploitable3
  • packer build --only=vmware-iso ./packer/templates/ubuntu_1404.json
  • Watch the terminal window. Once the build is complete (it will take a while) move on to the next step.
  • cd packer/builds
  • mkdir metasploitable3-ubuntu-14.04
  • cd metasploitable3-ubuntu-14.04
  • tar -xzvf ../ubuntu_1404_vmware_0.1.12.box
  • You can now open the Virtual Machine in VMWware


*** DO NOT PROCEED UNTIL THE PREVIOUS STEP IS COMPLETE ***


Build the Windows 2008 Metasploitable template

  • cd metasploitable3
  • packer build --only=vmware-iso ./packer/templates/windows_2008_r2.json
  • Watch the terminal window. Once the build is complete (it will take a while) move on to the next step.
  • cd packer/builds
  • mkdir metasploitable3-windows-2008
  • cd metasploitable3-windows-2008
  • tar -xzvf ../windows_2008_vmware_0.1.12.box
  • You can now open the Virtual Machine in VMWware

To get started on vulnerabilities

Metasploitable Vulnerabilities

Share this:

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)

Related

Filed Under: Developer, Featured, Pen Testing

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Set up Virtualenv and Virtualenvwrapper on Ubuntu 18.04

July 10, 2019 By Scott Leave a Comment

Metasploitable 3 Without Vagrant

September 7, 2018 By Scott Leave a Comment

A Brief Intro to Command Line Git

August 11, 2017 By Scott Leave a Comment

Copyright © 2025 · Box 1663 · Log in