/docker-metasploit

Metasploit framework with steroids

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

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 01 May 2022 11:12:07 AM EDT