Skip to content

6point6/vulnerable-docker-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vulnerables

A quick way of launching vulnerable docker containers.

vulnerables-script

By default the script contains 6 vulnerable services running on unique ports to avoid any conflict. These are:

  • Coldfusion (CVE-2017-3066) on port 8500
  • Heartbleed (CVE-2014-0160) on ports 80 and 443
  • ActiveMQ (CVE-2016-3088) on ports 61616 and 8161
  • Samba (CVE-2017-7494) on port 445
  • CouchDB (CVE-2017-12636) on port 5984
  • Nginx (misconfiguration) on ports 8080, 8081 and 8082

Requirements

Download and install the following packages:

Running

  • Make file executable: chmod +x vulnerables.sh
  • To start all containers: ./vulnerables.sh start
  • To stop all containers: ./vulnerables.sh stop

About

A Bash script to quickly start and stop docker containers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages