Last active
April 1, 2025 09:16
-
-
Save m10i-0nyx/66cc65f7571d462244d70c55a44106c8 to your computer and use it in GitHub Desktop.
Shell to run Metasploit framework in podman.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| podman run \ | |
| -it \ | |
| --privileged \ | |
| --rm \ | |
| --name metasploit \ | |
| docker.io/metasploitframework/metasploit-framework:6.4.0 \ | |
| bash -c "./msfconsole -r docker/msfconsole.rc" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment