Skip to content

jandro996/insecure-bank

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insecure Bank

Insecure-Bank

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

STATUS

.github/workflows/ci.yml

About

An insecure example application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 70.5%
  • CSS 15.5%
  • Java 7.3%
  • SCSS 3.4%
  • Less 3.3%