Sign inSign up

strm/metasploit

By strm

Updated over 4 years ago

Metasploit image with steroids (nmap, tor and postgress)

Image
34

100K+

strm/metasploit repository overview

Metasploit docker container

Docker Pulls

logo

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.

Run

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

print

Tmux shortcuts

Use Ctrl + b then:

  • c - Creates a new window.
  • " - Split the window vertically.
  • % - Split the window horitonzatlly.
  • o - Switch the focus to another pane.
  • Any arrow key - Switch the focus to another pane in that direction.
  • n - Next window.
  • p - Previous window
  • 0 - 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

Tag summary

Content type

Image

Digest

Size

1.6 GB

Last updated

over 4 years ago

docker pull strm/metasploit