description |
---|
https://owasp.org/www-project-securebank/
SecureBank is a FinTech application which contains all OWASP TOP 10 security vulnerabilities along with some other security flaws found in real-world applications.
You can read more about SecureBank and OWASP top 10 vulnerabilities here.
- Install & configure Secure Bank
- aaaaa
- bbbbb
- cccccc
- cccc
On the image below you can review how the application is built from the infrastructure point of view.
admin@ssrd.io:admin
developer@ssrd.io:test
yoda@ssrd.io:test
tester@ssrd.io:test
- 80 on this port SecureBank is accessible
- 1080 is maildev server for user registration
- 5000 is hidden API
If you want to run SecureBank in CTF mode we have also prepared this option. It will create CTFd compatible export file.
Run docker run -d -p 80:80 -p 5000:5000 -p 1080:1080 -e 'AppSettings:Ctf:Enabled=true' -e 'AppSettings:Ctf:Seed=example' -e 'SeedingSettings:Admin=admin@ssrd.io' -e 'SeedingSettings:AdminPassword=admin' ssrd/securebank