You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SecureBank is a FinTech application which contains all OWASP TOP 10 security vulnerabilities along with some other security flaws found in real-world applications.
4
+
5
+

6
+
7
+
# Setup
8
+
> You can setup SecureBank application from source code or just pull from docker hub
9
+
10
+
## From source
11
+
> Make sure that you have Microsoft SQL Server DB available you can install it or run inside docker
2. Install [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) or just run with [Visual Studio Code](https://code.visualstudio.com/download)
15
+
3. Clone from GitHub
16
+
4. Navigate to directory SecureBank -> src
17
+
5.`dotnet run` or open solution in IDE and run there
0 commit comments