traw / insecure-bank

An insecure example application (Java)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An insecure example application (Java)

License:Other


Languages

Language:JavaScript 69.6%Language:CSS 15.5%Language:Java 8.1%Language:SCSS 3.4%Language:Less 3.3%Language:Dockerfile 0.1%Language:Shell 0.0%