Multi arch, weekly build of Metasploit Framework built from source
10K+
This is a community, multiarch, built-from-source image of the Metasploit Framework.
Features:
msf usermsfrpcd and msfd tag for running Metasploit remotely: Running Metasploit RemotelyThe Dockerfile for this image is here: https://github.com/heywoodlh/dockerfiles/blob/master/metasploit/Dockerfile
The GitHub Action to build this image is here: https://github.com/heywoodlh/actions/blob/master/.github/workflows/metasploit-buildx.yml
Includes the Nix package manager for any optional dependencies that might be desired after deployment.
The following should serve as a reference for every type of deployment desired: docker-compose.yml
As a quickstart, copy docker-compose.yml to your project directory:
Then, to run Metasploit with a working database, run:
docker compose run --rm metasploit
If you'd like to try Metasploit client with a separate msrpcd instance and database, run:
docker compose run --rm msfrpc
If you'd like to try a Netcat client with msfd with a separate msfd instance and database, run:
docker compose run --rm msfd-client
Bring down all services when done with:
docker compose down
If issues are encountered with this image feel free to open an issue.
Content type
Image
Digest
sha256:37f6c5717…
Size
901.7 MB
Last updated
4 days ago
docker pull heywoodlh/metasploit:msfrpcd--