Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aquasecuritySAglobalSSCS/insecure-bank


https://github.com/aquasecuritySAglobalSSCS/insecure-bank

Last synced: about 22 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Insecure Bank
![Insecure-Bank](https://hdivsecurity.com/img/bank.png)
## Running the application locally

1. Clone the repository:

$ git clone https://github.com/hdiv/insecure-bank.git

2. Run the application using an embedded Tomcat:

$ mvn clean package
$ mvn cargo:run

3. You can then access the bank application here: http://localhost:8080/insecure-bank/

## Running with Docker

Run the insecure-bank application with Docker.

Place Hdiv agent and license in the application root folder.

$ docker build -t insecure-bank .
$ docker run -p 8080:8080 -d --name insecure-bank-app insecure-bank
$ docker logs insecure-bank-app

Open the application in > http://localhost:8080/insecure-bank

## Login credentials
- Username: john
- Password: test