Skip to content

VulnerableApp-1.10.0

Compare
Choose a tag to compare
@preetkaran20 preetkaran20 released this 03 Aug 16:22
· 203 commits to master since this release
4a53cbe

This release includes:

  1. Onboarding to new User Interface for Owasp VulnerableApp-Facade
  2. Addition of Content-Disposition based File Upload attack
  3. Introduction to 'Secure' and 'Unsecure' marker for vulnerability levels
  4. Introduction to a better descriptive payload for SQL Injections
  5. Removed sample values from Annotation
  6. Addition of expected_issues.csv file which contains the vulnerabilities presents in VulnerableApp and is used by SAST tools to evaluate themselves.

Special thanks to contributors:

  1. @nowakkamil
  2. @marcin-wrotecki
  3. @o0o-v4mp1r3-o0o
  4. @agigleux
  5. @preetkaran20

For Docker-based installation please use the following URL:
https://hub.docker.com/r/sasanlabs/owasp-vulnerableapp

Pull the image by running the following command:

docker pull sasanlabs/owasp-vulnerableapp
For running vulnerable app as docker container: docker run -p 9090:9090 --name=owasp-vulnerableapp sasanlabs/owasp-vulnerableapp:latest