{"id":22435507,"url":"https://github.com/nuvious/juice-shop","last_synced_at":"2026-01-06T19:03:01.156Z","repository":{"id":265452366,"uuid":"723941592","full_name":"nuvious/juice-shop","owner":"nuvious","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-27T04:21:06.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-20T08:14:53.915Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nuvious.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-27T04:21:01.000Z","updated_at":"2023-11-27T04:21:02.000Z","dependencies_parsed_at":"2024-11-29T12:44:09.416Z","dependency_job_id":"38f908a8-dbe4-4104-a0fe-fd1c02fcc55b","html_url":"https://github.com/nuvious/juice-shop","commit_stats":null,"previous_names":["nuvious/juice-shop"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuvious%2Fjuice-shop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuvious%2Fjuice-shop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuvious%2Fjuice-shop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuvious%2Fjuice-shop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuvious","download_url":"https://codeload.github.com/nuvious/juice-shop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245806951,"owners_count":20675422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-05T23:14:06.559Z","updated_at":"2026-01-06T19:03:01.079Z","avatar_url":"https://github.com/nuvious.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Juice-Shop Kubernetes\n\nThis is a simple kubernetes configuration for the [Juice-Shop](https://owasp.org/www-project-juice-shop/) hacking\nchallenge. This particular deployment has an [ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/)\ndefinition as well as a network policy that can be used to restrict access to private IP ranges.\n\n## Quick-Start\n\nCreate an overlay directory and initial `kustomization.yaml` file. Replace `juice-shop.local` with whatever hostname\nyou want the ingress to bind to.\n\n```bash\nmkdir -p overlays/my-overlay\ncat \u003e overlays/my-overlay/kustomization.yaml \u003c\u003c EOF\nresources:\n  - ../../base\npatches:\n  - target:\n      kind: Ingress\n    patch: |-\n      - op: replace\n        path: /spec/rules/0/host\n        value: juice-shop.local\nEOF\n```\n\nThen launch the deployment and monitor its progress:\n\n```bash\nkubectl apply -k overlays/my-overlay \u0026\u0026 \\\n    watch kubectl get all -n juice-shop\n```\n\nYou should eventually see output similar to below:\n\n```bash\nEvery 2.0s: kubectl get all -n juice-shop                                                                                                rpiterm: Sun Nov 26 23:07:45 2023\n\nNAME                              READY   STATUS    RESTARTS   AGE\npod/juice-shop-6dc6b764d4-dvjkd   1/1     Running   0          6m4s\n\nNAME                         TYPE        CLUSTER-IP       EXTERNAL-IP   PORT(S)    AGE\nservice/juice-shop-service   ClusterIP   10.152.183.241   \u003cnone\u003e        3000/TCP   6m4s\n\nNAME                         READY   UP-TO-DATE   AVAILABLE   AGE\ndeployment.apps/juice-shop   1/1     1            1           6m4s\n\nNAME                                    DESIRED   CURRENT   READY   AGE\nreplicaset.apps/juice-shop-6dc6b764d4   1         1         1       6m4s\n```\n\nOnce the pod is up you can navigate to your specified hostname. This may require modifying your DNS settings in your\nnetwork/router and/or modifying `/etc/hosts` or `C:\\Windows\\System32\\drivers\\etc\\hosts` to have an entry similar to the\nbelow:\n\n```plaintext\njuice-shop.local [IP OF INGRESS NODE]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuvious%2Fjuice-shop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuvious%2Fjuice-shop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuvious%2Fjuice-shop/lists"}