Official Parrot container for Metasploit
8.5K
Metasploit is a powerful and widely used penetration testing framework that provides security professionals and ethical hackers with tools for vulnerability assessment, exploitation, and post-exploitation analysis. It includes a vast collection of exploits, payloads, and auxiliary modules to test and secure networks and applications.
docker build -t metasploit .
docker run --rm -it metasploit
If you want to keep the database persistent, create a volume and run:
docker run --rm -it -v msf-db:/var/lib/postgresql metasploit
Content type
Image
Digest
sha256:dd0ee4570…
Size
280.7 MB
Last updated
about 9 hours ago
docker pull parrotsec/metasploitPulls:
160
Last week