This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "OWASP Juice Shop Project"

From OWASP
Jump to: navigation, search
(Road Map and Getting Involved)
(Acknowledgements)
Line 76: Line 76:
 
==Contributors==
 
==Contributors==
  
The OWASP Juice Shop is developed by a worldwide team of volunteers. A live update of project [https://github.com/bkimminich/juice-shop/graphs/contributors contributors is found here].  
+
The OWASP Juice Shop is developed by a worldwide team of volunteers. A live update of project [https://github.com/bkimminich/juice-shop/graphs/contributors contributors is found here].
 
 
The first contributors to the project were:
 
 
 
* [[User:Bjoern Kimminich|Bjoern Kimminich]]
 
  
 
= Road Map and Getting Involved =
 
= Road Map and Getting Involved =

Revision as of 07:55, 26 July 2016

OWASP Project Header.jpg

OWASP Juice Shop Tool Project

OWASP Juice Shop is an intentionally insecure webapp for pentesting & security awareness trainings written entirely in Javascript. Its vulnerabilities encompass the entire OWASP Top Ten as well as business logic bugs and other severe programming mistakes.

Description

Juice Shop is written in Node.js, Express and AngularJS. It is the first application written entirely in JavaScript listed in the OWASP VWA Directory. It also seems to be the first broken web app that uses the currently popular architecture of a Single-Page-Application/Rich-Internet-Application frontend with a RESTful backend.

The application contains 28+ challenges where the user is supposed to use certain attacks to exploit the underlying vulnerabilities. The hacking progress is tracked on a score board. (Finding the score board is actually a challenge of its own...)

Juice Shop can be deployed and run as a Docker container, via a packaged distribution (for some popular node.js versions) or by cloning the repository and running it directly on your node.js installation.

Licensing

This program is free software: you can redistribute it and/or modify it under the terms of the MIT License. OWASP Juice Shop and any contributions are Copyright © by Bjoern Kimminich 2014-2016.

Installation

Packaged Distributions

Docker Image

Online Preview

Source Code

GitHub Project

Revision History

Support

Documentation

Chat

Issue Tracker

Media

Introduction Presentation

Auto-Hacking Video

Project Leader

Bjoern Kimminich @

Related Projects

Classifications

Project Type Files TOOL.jpg
Incubator Project Owasp-builders-small.png
Owasp-defenders-small.png

Contributors

The OWASP Juice Shop is developed by a worldwide team of volunteers. A live update of project contributors is found here.

Juice Shop is already implemented, properly tested and has been promoted and demonstrated or live-hacked on various occasions including OWASP events. It has been successfully used by different companies for inhouse security trainings.

Roadmap

  • further bugfixing
  • stabilization of the underlying architecture (e.g. migrating to Angular2, modernizing the testing frameworks etc.
  • continually adding more features/vulnerabilities to the application

Getting Involved

Involvement in the development and promotion of OWASP Juice Shop is actively encouraged! You do not have to be a security expert or a programmer to contribute. Some of the ways you can help are as follows:

  • use Juice Shop in your own hacker or awareness trainings
  • provide ideas for new challenges to be added
  • provide feedback via email, chat or by opening an issue on GitHub