Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aquasecuritySAglobalSSCS/insecure-bank
https://github.com/aquasecuritySAglobalSSCS/insecure-bank
Last synced: about 22 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/aquasecuritySAglobalSSCS/insecure-bank
- Owner: aquasecuritySAglobalSSCS
- License: other
- Created: 2023-03-05T11:20:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T12:27:28.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T03:15:35.780Z (7 days ago)
- Language: JavaScript
- Size: 3.5 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-security-vul-llm - aquasecuritySAglobalSSCS/insecure-bank - bank?style=flat-square) - 用于测试安全漏洞的Web应用程序,运行在Tomcat或Docker上,具有硬编码的登录凭据。 (LLM分析过程)
README
# Insecure Bank
![Insecure-Bank](https://hdivsecurity.com/img/bank.png)
## Running the application locally1. 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-appOpen the application in > http://localhost:8080/insecure-bank
## Login credentials
- Username: john
- Password: test