8000 GitHub - hack4chang/SWE266P-BankAPP: Vulnerable Bank APP
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hack4chang/SWE266P-BankAPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWE266P-Recovered-Vulnerable-Bank-APP

Static Badge Static Badge Static Badge Static Badge

Members

  1. Han Chang (hchang14@uci.edu)
  2. Ryan Soo😄 (soor@uci.edu)
  3. Dylan Schiller Loe (dsloe@uci.edu)
  4. Hao-Lun Lin (laolunl@uci.edu)

How to run?

(A) Run with Docker

  1. Build Image.
docker build -t bank_app .       
  1. Run the container.
docker run -dp 5000:5000 bank_app

(B) Run in your local (virtual) environment

  1. Install all the tools needed with pip3 in your local or virtual environment.
pip3 install -r requirements.txt
  1. Go to the bankpy directory.
cd bankpy
  1. Run the script.
bash run.sh
  1. Open your browser and fetch the page: http://127.0.0.1:5000.

About

Vulnerable Bank APP

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0