gocortexbrokenbank
An intentionally vulnerable application designed to support Security Operations training
10K+
GoCortex Broken Bank is an intentionally vulnerable application designed specifically to support Palo Alto Networks Cortex Cloud + Palo Alto Networks Cortex XSIAM/XDR training. This application serves as a comprehensive testing ground for CI/CD security validation pipelines, featuring a wide range of deliberately implemented security vulnerabilities that mirror real-world common misconfigurations ready for assessment and exploitation.
https://github.com/gocortexio/gocortexbrokenbank
docker run -d \
--name gocortex-broken-bank \
--restart unless-stopped \
-p 8888:8888 \
-p 9999:8080 \
-p 7777:7777 \
-p 9464:9464 \
-e SESSION_SECRET=hardcoded-docker-secret-key \
-e DATABASE_URL=sqlite:///app/instance/gocortexbrokenbank.db \
-e FLASK_ENV=production \
-v ./instance:/app/instance \
gocortexio/gocortexbrokenbank:latest
Content type
Image
Digest
sha256:b727b1c0f…
Size
1.1 GB
Last updated
2 months ago
docker pull gocortexio/gocortexbrokenbank