Sign inSign up

mainframed767/dvca

By mainframed767

Updated over 2 years ago

Damn Vulnerable CICS Application Container

Image
1

1.1K

mainframed767/dvca repository overview

DVCA: The Damn Vulnerable CICS Application.

This container is based off of MVS/CE. This readme provides a slight overview, go read the MVS/CE container readme for more detailed information about the docker run command and its options: https://hub.docker.com/r/mainframed767/mvsce

To run this container run the following docker command:

docker run -d \
  --name=dvca \
  -e HUSER=docker \
  -e HPASS=docker \
  -p 2121:21 \
  -p 2323:23 \
  -p 3270:3270 \
  -p 3505:3505 \
  -p 3506:3506 \
  -p 8888:8888 \
  -v /opt/docker/dvca:/config \
  -v /opt/docker/dvca/printers:/printers \
  -v /opt/docker/dvca/punchcards:/punchcards \
  -v /opt/docker/dvca/logs:/logs \
  -v /opt/docker/dvca/dasd:/dasd \
  -v /opt/docker/dvca/certs:/certs \
  --restart unless-stopped \
  mainframed767/dvca:latest

Once the container has been deployed and is running, connect with any 3270 emulator on port 3270: c3270 localhost:3270, clear the screen and logon with the username and password DVCA

To exit, press F3 in KICKS and type CESF. Then when at the TSO READY prompt type LOGOFF.

Tag summary

Content type

Image

Digest

sha256:5cb96575a

Size

569.8 MB

Last updated

over 2 years ago

docker pull mainframed767/dvca