Official Parrot Security image with basic security tools.
docker pull parrotsec/parrot
git clone https://dev.parrotsec.org/parrot/docker-images && cd docker-images
docker build -t parrot[:version] parrot
changes are discarded on exit
public image from docker cloud
docker run -ti --network host parrotsec/parrot
local image from Dockerfile
docker run -ti -network host parrot
Official Parrot Security Base system without tools.
docker pull parrotsec/parrot-core
git clone https://dev.parrotsec.org/parrot/docker-images && cd docker-images
docker build -t parrot-core[:version] parrot-core
changes are discarded on exit
public image from docker cloud
docker run -ti --network host parrotsec/parrot-core
local image from Dockerfile
docker run -ti -network host parrot-core
Parrot Security Metasploit bundle
docker pull parrotsec/metasploit
git clone https://dev.parrotsec.org/parrot/docker-images && cd docker-images
docker build -t metasploit[:version] metasploit
changes are discarded on exit
public image from docker cloud
docker run -ti --network host parrotsec/metasploit
local image from Dockerfile
docker run -ti -network host metasploit