OWASP Juice Shop: Probably the most modern and sophisticated insecure web application
The most trustworthy online shop out there.
(@dschadow) —
The best juice shop on the whole internet!
(@shehackspurple) —
Actually the most bug-free vulnerable application in existence!
(@vanderaj) —
First you 😂😂then you 😢
(@kramse) —
But this doesn’t have anything to do with juice.
(@coderPatros’ wife)
OWASP Juice Shop is probably the most modern and sophisticated insecure web application! It can be used in security
trainings, awareness demos, CTFs and as a guinea pig for security tools! Juice Shop encompasses vulnerabilities from the
entire
OWASP Top Ten along with many other security flaws found in real-world
applications!
For a detailed introduction, full list of features and architecture overview please visit the official project page:
https://owasp-juice.shop
You can find some less common installation variations as well as instructions to run Juice Shop on a variety of cloud computing providers in
the Running OWASP Juice Shop documentation.
git clone https://github.com/juice-shop/juice-shop.git --depth 1
(orcd juice-shop
npm install
(only has to be done before first start or when you change the source code)npm start
juice-shop-<version>_<node-version>_<os>_x64.zip
(or.tgz
) attached tocd
into the unpacked foldernpm start
Each packaged distribution includes some binaries for
sqlite3
andlibxmljs
bound to the OS and node.js version whichnpm install
was
executed on.
docker pull bkimminich/juice-shop
docker run --rm -p 127.0.0.1
3000 bkimminich/juice-shop
git clone https://github.com/juice-shop/juice-shop.git
(orcd vagrant && vagrant up
Feel free to have a look at the latest version of OWASP Juice Shop:
http://demo.owasp-juice.shop
This is a deployment-test and sneak-peek instance only! You are not
supposed to use this instance for your own hacking endeavours! No
guaranteed uptime! Guaranteed stern looks if you break it!
OWASP Juice Shop officially supports the following versions of
node.js in line with the official
node.js LTS schedule as close as possible. Docker images and packaged distributions are
offered accordingly.
node.js | Supported | Tested | Packaged Distributions | Docker images from master |
Docker images from develop |
---|---|---|---|---|---|
23.x | ![]() |
![]() |
|||
22.x | ![]() |
![]() |
Windows (x64 ), MacOS (x64 ), Linux (x64 ) |
||
21.x | ( ![]() |
![]() |
Windows (x64 ), MacOS (x64 ), Linux (x64 ) |
||
20.x | ![]() |
![]() |
Windows (x64 ), MacOS (x64 ), Linux (x64 ) |
latest (linux/amd64 , linux/arm64 ) |
snapshot (linux/amd64 , linux/arm64 ) |
19.x | ( ![]() |
![]() |
|||
18.x | ![]() |
![]() |
Windows (x64 ), MacOS (x64 ), Linux (x64 ) |
||
<18.x | ![]() |
![]() |
Juice Shop is automatically tested only on the latest .x
minor version of each node.js version mentioned above!
There is no guarantee that older minor node.js releases will always work with Juice Shop!
Please make sure you stay up to date with your chosen version.
*= There are no pre-built binaries for
libxmljs
available for Node.js versions greater than 20.x. In order to build Juice Shop from source locally, you need to have all C++ build tools installed that are needed to compile those binaries locally. In the packaged distributions theses binaries are already included. We are working on a pure JavaScript replacement of libxmljs
in #2421. Contributions are highly welcome!
If you need help with the application setup please check our
our existing Troubleshooting
guide. If this does not solve your issue please post your specific problem or question in the
Gitter Chat where community members can best try to help you.
Please avoid opening GitHub issues for support requests or questions!
OWASP Juice Shop comes with an official companion guide eBook. It will give you a complete overview of all
vulnerabilities found in the application including hints how to spot and exploit them. In the appendix you will even
find complete step-by-step solutions to every challenge. Extensive documentation of
custom re-branding,
CTF-support,
trainer’s guide
and much more is also included.
Pwning OWASP Juice Shop is published under
CC BY-NC-ND 4.0
and is available for free in PDF, Kindle and ePub format on LeanPub. You can also
browse the full content online!
We are always happy to get new contributors on board! Please check
CONTRIBUTING.md to learn how to
contribute to our codebase or the
translation into different languages!
Did you write a blog post, magazine article or do a podcast about or mentioning OWASP Juice Shop? Or maybe you held or
joined a conference talk or meetup session, a hacking workshop or public training where this project was mentioned?
Add it to our ever-growing list of REFERENCES.md by forking and opening a Pull Request!
The OWASP Foundation gratefully accepts donations via Stripe. Projects such as Juice Shop can then request reimbursement
for expenses from the Foundation. If you’d like to express your support of the Juice Shop project, please make sure to
tick the “Publicly list me as a supporter of OWASP Juice Shop” checkbox on the donation form. You can find our more
about donations and how they are used here:
https://pwning.owasp-juice.shop/companion-guide/latest/part3/donations.html
The OWASP Juice Shop Project Leaders are:
bkimminich
J12934
For a list of all contributors to the OWASP Juice Shop please visit our
HALL_OF_FAME.md.
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 & the OWASP Juice Shop contributors
2014-2025.