Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 573 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 573 Bytes

Lockdown: Bank API

This is a bank component that integrates with UB Network Defense's Inject Engine - ie2 and ScoreEngine. This application provides a simple API to handle bank transactions

Requirements

  • Python 2.7
  • git

Installation

  1. Clone this repository
  2. Run pip install -r requirements.txt
  3. Run cp config_sample.py config.py, and edit the file
  4. Run python setup.py
  5. You're done!

How to use

Simply run ./run.sh, and hope for the best