Simulated fancy Finance App for vulnerability testing
3.8K
This docker image provides a simple web page with a login. The login accepts whatever is entered into the username and password fields.
The purpose of the image is to provide a simple webfront to which to provide a demo page for command injections (CMDi) SQL injections (SQLi) etc.
The image is built using nginx docker image (nginx:latest)
Clone this repository and edit to your liking or pull from docker-hub.
docker run --name finance-app -p 80:80 fwestermark/finance-app
finance-app:
image: fwestermark/finance-app
container_name: finance-app
hostname: finance-app
restart: unless-stopped
ports:
- 80:80
Distributed under the MIT License. See LICENSE for more information.
Content type
Image
Digest
sha256:0763d2151…
Size
59.9 MB
Last updated
8 months ago
docker pull fwestermark/finance-app