Skip to content

azubair/insecure-bank

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insecure Bank

Building

sudo apt install -y openjdk-11-jdk
sudo apt install -y maven

Now clone this repository.

cd insecure-bank
mvn clean package

Running

sudo apt install -y docker.io
sudo docker build -t wildfly .
sudo docker run --rm -it -p 8080:8080 wildfly

You can then access the bank application here: http:https://localhost:8080/

Login credentials

See the file src/main/resources/db/dataload.sql for all example accounts. Here is one:

About

An insecure example application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.8%
  • Dockerfile 0.2%