OWASP Juice Shop

Stammtisch-โšก-update by Bjรถrn Kimminich / @bkimminich

https://www.owasp.org/index.php/OWASP_Juice_Shop_Project

More languages (๐ŸŒ)


๐ŸŒ Full UI translation available for 15+ languages

Less Dockerfile (โฌ)

โฌ Less meaning reduced image size from 900 to 300 MB

Companion Guide (๐Ÿ“–)

๐Ÿ“– Find helpful hints in the official companion guide eBook

Media Coverage (๐Ÿ“บ)

๐Ÿ“บ Check out our YouTube playlist and the growing list of podcasts, blog posts, solution guides etc.

Maturity Promotion (๐Ÿ”ฎ)

 Lab  Project 

๐Ÿ”ฎ Review is still ongoing, but was promised to be finalized at the Project Summit during AppSecEU

Challenge Pack 2017 (๐Ÿ’”)

๐Ÿ’” OWASP unfortunately was not selected in this year's GSoC

Challenge Pack 2017 (๐Ÿ’š)

๐Ÿ’š At OWASP Summit 2017 there will be a dedicated Juice Shop Working Session

CTF Extension (๐Ÿšฉ)

๐Ÿšฉ Use juice-shop-ctf-cli to host an event on CTFd

Re-branding (๐ŸŽญ)

๐ŸŽญ Fully customizable business context and look & feel

Customization via YAML (๐Ÿถ)


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

Choose your own inventory (๐ŸŽฒ)


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!

Thanks for ๐Ÿ‘‚!


Copyright (c) 2017 Bjรถrn Kimminich

Licensed under the MIT license.


Created with reveal.js - The HTML Presentation Framework

Fork reveal.js on GitHub