Sign inSign up

fwestermark/finance-app

By fwestermark

Updated 8 months ago

Simulated fancy Finance App for vulnerability testing

Image
0

3.8K

fwestermark/finance-app repository overview

Introduction

This docker image provides a simple web page with a login. The login accepts whatever is entered into the username and password fields.

Purpose

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.

Built With

The image is built using nginx docker image (nginx:latest)

Installation

Clone this repository and edit to your liking or pull from docker-hub.

Using docker

docker run --name finance-app -p 80:80 fwestermark/finance-app

Using docker-compose
finance-app:
  image: fwestermark/finance-app
  container_name: finance-app
  hostname: finance-app
  restart: unless-stopped
  ports:
    - 80:80

License

Distributed under the MIT License. See LICENSE for more information.

Tag summary

Content type

Image

Digest

sha256:0763d2151

Size

59.9 MB

Last updated

8 months ago

docker pull fwestermark/finance-app