Skip to content

Kyiat25/docker-images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parrot

Official Parrot Security image with basic security tools.

Install/Update from docker cloud

docker pull parrotsec/parrot

Install/Update from local Dockerfile

git clone https://dev.parrotsec.org/parrot/docker-images && cd docker-images

docker build -t parrot[:version] parrot

Start a new instance

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

parrot-core

Official Parrot Security Base system without tools.

Install/Update from docker cloud

docker pull parrotsec/parrot-core

Install/Update from local Dockerfile

git clone https://dev.parrotsec.org/parrot/docker-images && cd docker-images

docker build -t parrot-core[:version] parrot-core

Start a new instance

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

metasploit

Parrot Security Metasploit bundle

Install/Update from docker cloud

docker pull parrotsec/metasploit

Install/Update from local Dockerfile

git clone https://dev.parrotsec.org/parrot/docker-images && cd docker-images

docker build -t metasploit[:version] metasploit

Start a new instance

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 60.0%
  • Dockerfile 40.0%