Metasploitable 3

Metasploitable 3 setup

Metasploitable 3 has a linux and a windows part. The docker command below contains only the ubuntu part.

docker pull edurange2/metasploitable3

sudo docker create --name meta3 -it edurange2/metasploitable3

sudo docker start meta3

sudo docker exec -it meta3 /bin/bash

For the windows part we need to use vagrant. There is a image for vmware and virtualbox available: https://app.vagrantup.com/rapid7/boxes/metasploitable3-win2k8

Setup Guide: https://hackersploit.org/metasploitable3-installation-guide/

Last updated