Metasploitable2 docker image
Metasploitable2 docker image
Metasploitable is an intentionally vulnerable Linux virtual machine that can be used to conduct security training, test security tools, and practice common penetration testing techniques.
Note: If you run this in Docker use something like this:
docker run --name container-name -it tleemcjr/metasploitable2:latest sh -c "/bin/services.sh && bash"