> For the complete documentation index, see [llms.txt](https://cas-cyber.gitbook.io/cas-cybersecurity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cas-cyber.gitbook.io/cas-cybersecurity/docker-basics/metasploitable-3.md).

# Metasploitable 3

### Metasploitable 3 setup

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

> 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>

![](https://3977837039-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MfT0VPyK6X13Egd9pzy%2Fuploads%2F8KPdtatTDa9o16yNIEsv%2Fvagrant.png?alt=media\&token=f4d58209-6058-469d-b094-750ce9faac89)

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