dockerfile-msf icon indicating copy to clipboard operation
dockerfile-msf copied to clipboard

This Dockerfile builds a Debian-based Docker container with Metasploit-Framework installed. A quick and easy way to deploy Metasploit on any box, including Linux, MacOS or Windows!

Results 8 dockerfile-msf issues
Sort by recently updated
recently updated
newest added

Hi, while @phocean is back, I maintain this docker metasploit image here https://github.com/r0mdau/dockerfile-msf

## When it's successful... If I clone the repo, and build the image directly, and then run it, it works. ``` docker build -t msf . docker run --rm -it...

I just pulled the latest version and got this: ``` docker run --rm -it phocean/msf /usr/local/bin/init.sh: line 5: /etc/init.d/postgresql: No such file or directory ```

Maybe will fix #11 . It is working well in my repo. @phocean you need to : 1. create a Token in your hub.docker.com account 2. in this project settings...

```bash root@msf:/opt/metasploit-framework# ./msfconsole [!] The following modules could not be loaded!..- [!] /opt/metasploit-framework/modules/auxiliary/gather/office365userenum.py [!] /opt/metasploit-framework/modules/auxiliary/scanner/http/rdp_web_login.py [!] Please see /root/.msf4/logs/framework.log for details. ``` the log ``` [03/29/2021 11:11:51] [i(0)] core: Database...

I can't get the container to start. I've used docker before on this machine (Ubuntu 18.04) for some things. I type: ``` sudo service postgresql stop # I tried this...

Hi, Can you pleased add all the net-tools to the image including ifconfig ,ping etc. I tried the `apt install net-tools` command but it didn't work. Also please update nmap...

I pulled the image down from docker hub and noticed that not all of the packages listed in the instructions were present. I went ahead and added those (with a...