This is the docker server image for the CyberSEED'17 application security competition
1.4K
The image contains
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).
Content type
Image
Digest
Size
289.6 MB
Last updated
about 9 years ago
docker pull ldmbis/cyberseed17server