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

OWASP Juice Shop Project

From OWASP
Revision as of 12:27, 31 August 2016 by Bjoern Kimminich (talk | contribs) (Support)

Jump to: navigation, search
OWASP Project Header.jpg

OWASP Juice Shop Tool Project

| The most trustworthy online shop out there. (dschadow)

OWASP Juice Shop is an intentionally insecure webapp for security trainings written entirely in Javascript which encompasses the entire OWASP Top Ten and other severe security flaws.

Description

JuiceShop Logo.png

Juice Shop is written in Node.js, Express and AngularJS. It was the first application written entirely in JavaScript listed in the OWASP VWA Directory.

The application contains 28+ challenges of varying difficulty where the user is supposed to exploit the underlying vulnerabilities. The hacking progress is tracked on a score board. Finding this score board is actually one of the (easy) challenges!

Apart from the hacker and awareness training use case, pentesting proxies or security scanners can use Juice Shop as a "guinea pig"-application to check how well their tools cope with Javascript-heavy application frontends and REST APIs.

| Translating "dump" or "useless outfit" into German yields "Saftladen" which can be reverse-translated word by word into "juice shop". Hence the project name. That the initials "JS" match with those of "Javascript" was purely coincidental!



Main Selling Points

  • Easy-to-install: Requires nothing but node.js or Docker to run on Windows/Mac/Linux
  • Self-contained: Additional dependencies are pre-packaged or will be resolved and downloaded automatically
  • Self-healing: The simple SQLite database is wiped and regenerated from scratch on every server startup
  • Gamification: On a Score Board the application keeps track of successfully exploited vulnerabilities
  • Free and Open source: Licensed under the MIT license with no hidden costs or caveats

Application Architecture

Architektur JuiceShop.png

Screenshots

Juiceshop screenshot1.jpg Juiceshop screenshot2.jpg Juiceshop screenshot3.jpg Juiceshop screenshot4.jpg


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.

<paypal>Juice Shop</paypal>

Installation

Packaged Distributions

Docker Image

Online Demo (Heroku)

Source Code

GitHub Project

Revision History

Support

Documentation

Issue Tracker

Community Chat (Gitter.im)

OWASP Team Chat (Slack)

Media

Introduction Slide Deck

Lightning Talk Slides

Auto-Hacking Video

Facebook-Page

Merchandise

Apparel (US/DE)

Stickers

Project Leader

Bjoern Kimminich @

Related Projects

Miscellaneous

OpenHub Project

Classifications

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

Contributors

The OWASP Juice Shop has created by Bjoern Kimminich and is developed and maintained a 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

Special Tasks

Functional Enhancements in 2.x

  • fix known bugs
  • continually adding more features/vulnerabilities to the application

Technical Evolution in 2.x

Vision for Juice Shop 3.0

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
  • use Juice Shop as a "guinea pig" for your security tools
  • provide ideas for new vulnerabilities and challenges
  • provide feedback via email, chat or by opening an issue