๐ Full UI translation available for 15+ languages
โฌ Less meaning reduced image size from 900 to 300 MB
๐ Find helpful hints in the official companion guide eBook
๐บ Check out our YouTube playlist and the growing list of podcasts, blog posts, solution guides etc.
๐ OWASP unfortunately was not selected in this year's GSoC
๐ At OWASP Summit 2017 there will be a dedicated Juice Shop Working Session
๐ฉ Use juice-shop-ctf-cli
to host an event on CTFd
๐ญ Fully customizable business context and look & feel
server:
port: 3000
application:
domain: juice-sh.op
name: "OWASP Juice Shop"
logoReplacementUrl: ~
faviconReplacementUrl: ~
numberOfRandomFakeUsers: 0
showChallengeSolvedNotifications: true
showCtfFlagsInNotifications: false
theme: "slate"
products: []
๐ถ Eat your own dog food: The Juice Shop default look & feel is declared in default.yml
products:
- name: "Product Name"
price: 100
description: "Product Description"
image: "image.png"
imageUrl: "https://product/image.png"
useForProductTamperingChallenge: false
useForChristmasChallenge: false
๐ฒ Too much effort? Just declare the name
and the app will generate the rest randomly!
Licensed under the MIT license.
Created with reveal.js - The HTML Presentation Framework