Sign inSign up

ldmbis/cyberseed17server

By ldmbis

Updated about 9 years ago

This is the docker server image for the CyberSEED'17 application security competition

Image
0

1.4K

ldmbis/cyberseed17server repository overview

The image contains

  • Ubuntu 14.04
  • emacs24-nox (no X window)
  • git
  • java / javac (JDK 1.7)
  • Python 2.7.3
  • mariaDB (5.5.57)
  • nginx (nginx/1.4.6 (Ubuntu))

The image, when started offers an ssh server. Once you retrieve the IP with the command

docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}'  <containerName>

You can connect to the machine with:

ssh appdev@<retrievedIP>

The password for that account is 'appsec'. The account is part of the sudoers.

The root credentials for mariaDB is: appsec. Port 3306 is not exposed (But ports 22, 80 and 443 are).

Tag summary

Content type

Image

Digest

Size

289.6 MB

Last updated

about 9 years ago

docker pull ldmbis/cyberseed17server