Metasploit image with steroids (nmap, tor and postgress)
100K+

Metasploit is a penetration testing platform that enables you to find, exploit, and validate vulnerabilities. This image contains the base metasploit install along with some useful tools like nmap and tor.
To run it just install docker and run
docker run --rm -it \
-p 4444:4444 -p 80:80 -p 8080:8080 \
-p 443:443 -p 445:445 -p 8081:8081 \
strm/metasploit
Then it will run all services (tor and postgres) and start a tmux session

Use Ctrl + b then:
c - Creates a new window." - Split the window vertically.% - Split the window horitonzatlly.o - Switch the focus to another pane.n - Next window.p - Previous window0 - Go to window number 0, by pressing 1 it will to go to window 1 and so on.w - List windows.Last updated: Sun 21 Mar 2021 11:24:28 AM EDT
Content type
Image
Digest
Size
1.6 GB
Last updated
over 4 years ago
docker pull strm/metasploit