jrgriffiniii / docker-metasploit

Metasploit framework with steroids

Home Page:https://github.com/opsxcq/docker-metasploit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Metasploit framework with steroids

https://github.com/opsxcq/docker-metasploit

License:GNU General Public License v3.0


Languages

Language:Dockerfile 86.0%Language:Shell 14.0%