Skip to content

Instantly share code, notes, and snippets.

@m10i-0nyx
Last active April 1, 2025 09:16
Show Gist options
  • Select an option

  • Save m10i-0nyx/66cc65f7571d462244d70c55a44106c8 to your computer and use it in GitHub Desktop.

Select an option

Save m10i-0nyx/66cc65f7571d462244d70c55a44106c8 to your computer and use it in GitHub Desktop.
Shell to run Metasploit framework in podman.
#!/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