Coder Social home page Coder Social logo

grdemo / insecure-bank-net Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hdiv/insecure-bank-net

0.0 0.0 0.0 3.55 MB

An insecure example application (.NET)

License: Other

JavaScript 76.38% C# 2.98% CSS 17.15% HTML 3.47% Dockerfile 0.02%

insecure-bank-net's Introduction

Insecure Bank (.NET Core)

Insecure-Bank

Running the application locally

  1. Clone the repository:

     $ git clone https://github.com/hdiv/insecure-bank-net.git
    
  2. Build and run the application:

    $ dotnet build
    $ dotnet run
    
  3. You can then access the bank application here: http://localhost:5000

Running with Docker

Run the insecure-bank application with Docker.

    $ docker-compose build insecure-bank
    $ docker-compose up insecure-bank

Open the application here: http://localhost:5000

If you want to run the application with the agent enabled you must enter your credentials in the .env file:

  • NEXUS_USERNAME username to access Hdiv's Nexus repository
  • NEXUS_PASSWORD password for the previous user
  • HDIV_LICENSE_DATA license for the agent as a base64 string
  • HDIV_AGENT_VERSION version of the agent

Then run insecure-bank with Docker (remember to specify the windows or linux suffix depending on your OS).

    $ docker-compose build insecure-bank-agent-{windows|linux}
    $ docker-compose up insecure-bank-agent-{windows|linux}

Login credentials

  • Username: john
  • Password: test

insecure-bank-net's People

Contributors

manuel-alvarez-alvarez avatar semgrep-bot avatar danihdiv avatar nachoechevarria avatar emchamp avatar gillarramendi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.