Skip to content

Commit 58f64ee

Browse files
committed
Move to OWASP for OWASP/wrongsecrets#453
1 parent 6d79711 commit 58f64ee

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

guides/k8s/k8s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Example Setup with kubernetes(k8s)
22

33
**WARNING:** It takes into account that you already have k8s cluster setup.
4-
**WARNING-2:** this document is not yet up to date, it will be fixed in [https://github.com/commjoen/wrongsecrets-ctf-party/issues/79](https://github.com/commjoen/wrongsecrets-ctf-party/issues/79).
4+
**WARNING-2:** this document is not yet up to date, it will be fixed in [https://github.com/OWASP/wrongsecrets-ctf-party/issues/79](https://github.com/OWASP/wrongsecrets-ctf-party/issues/79).
55

66

77
## Prerequisites

helm/wrongsecrets-ctf-party/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apiVersion: v2
22
name: wrongsecrets-ctf-party
33
description: Run Multi User "Capture the Flags" or Security Trainings with OWASP Wrongsecrets
4-
icon: https://github.com/commjoen/wrongsecrets/blob/master/icon.png?raw=true
4+
icon: https://github.com/OWASP/wrongsecrets/blob/master/icon.png?raw=true
55

66
home: https://github.com/
77
sources:
8-
- https://github.com/commjoen/wrongsecrets-ctf-party
8+
- https://github.com/OWASP/wrongsecrets-ctf-party
99

1010
keywords:
1111
- security

helm/wrongsecrets-ctf-party/README.md.gotmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
![WrongSecrets CTF Party, to use WrongSecrets for CTF or online Education](https://raw.githubusercontent.com/commjoen/wrongsecrets/master/icon.png)
1+
![WrongSecrets CTF Party, to use WrongSecrets for CTF or online Education](https://raw.githubusercontent.com/OWASP/wrongsecrets/master/icon.png)
22
_Powered by MultiJuicer_
33

4-
Running CTFs and Security Trainings with [OWASP WrongSecrets](https://github.com/commjoen/wrongsecrets) is usually quite tricky, WrongSecrets can be used by multiple users at one time, but this can cause issues when people start fuzzing.
4+
Running CTFs and Security Trainings with [OWASP WrongSecrets](https://github.com/OWASP/wrongsecrets) is usually quite tricky, WrongSecrets can be used by multiple users at one time, but this can cause issues when people start fuzzing.
55
Instructing everybody how to start WrongSecrets on their own machine works ok, but takes away too much valuable time.
66
Next, installing the additional tools required to learn basics of reverse-engineering might take to much time as well.
77

helm/wrongsecrets-ctf-party/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ wrongsecrets:
9898
# -- Juice Shop Image to use
9999
image: jeroenwillemsens/wrongsecrets
100100
tag: 1.5.9-no-vault
101-
# -- Change the key when hosting a CTF event. This key gets used to generate the challenge flags. See: https://github.com/commjoen/wrongsecrets#ctf
101+
# -- Change the key when hosting a CTF event. This key gets used to generate the challenge flags. See: https://github.com/OWASP/wrongsecrets#ctf
102102
ctfKey: "[email protected]!9uR_K!NfkkTr"
103103
# -- Specify a custom Juice Shop config.yaml. See the JuiceShop Config Docs for more detail: https://pwning.owasp-juice.shop/part1/customization.html#yaml-configuration-file
104104
# @default -- See values.yaml for full details

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# WrongSecrets CTF Party
22
_Powered by MultiJuicer_
3-
[![CodeQL](https://github.com/commjoen/wrongsecrets-ctf-party/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/commjoen/wrongsecrets-ctf-party/actions/workflows/codeql-analysis.yml)
4-
[![Pre-commit check](https://github.com/commjoen/wrongsecrets-ctf-party/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/commjoen/wrongsecrets-ctf-party/actions/workflows/pre-commit.yml)
5-
[![Run Tests](https://github.com/commjoen/wrongsecrets-ctf-party/actions/workflows/test.yml/badge.svg)](https://github.com/commjoen/wrongsecrets-ctf-party/actions/workflows/test.yml)
6-
[![Test minikube script (k8s)](https://github.com/commjoen/wrongsecrets-ctf-party/actions/workflows/minikube-k8s-test.yml/badge.svg)](https://github.com/commjoen/wrongsecrets-ctf-party/actions/workflows/minikube-k8s-test.yml)
3+
[![CodeQL](https://github.com/OWASP/wrongsecrets-ctf-party/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/OWASP/wrongsecrets-ctf-party/actions/workflows/codeql-analysis.yml)
4+
[![Pre-commit check](https://github.com/OWASP/wrongsecrets-ctf-party/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/OWASP/wrongsecrets-ctf-party/actions/workflows/pre-commit.yml)
5+
[![Run Tests](https://github.com/OWASP/wrongsecrets-ctf-party/actions/workflows/test.yml/badge.svg)](https://github.com/OWASP/wrongsecrets-ctf-party/actions/workflows/test.yml)
6+
[![Test minikube script (k8s)](https://github.com/OWASP/wrongsecrets-ctf-party/actions/workflows/minikube-k8s-test.yml/badge.svg)](https://github.com/OWASP/wrongsecrets-ctf-party/actions/workflows/minikube-k8s-test.yml)
77

88
Want to play OWASP WrongSecrets in a large group in CTF mode, but not go over all the hassle of setting up local copies of OWASP WrongSecrets? Here is OWASP WrongSecrets CTF Party! This is a fork of OWASP MultiJuicer, which is adapted to become a dynamic multi-tenant setup for doing a CTF together!
99

@@ -37,7 +37,7 @@ This is an experimental release. It showed to work at 2 CTFs already, we just di
3737

3838
## How to use it
3939

40-
The different setups are explained in [OWASP WrongSecrets CTF-instructions](https://github.com/commjoen/wrongsecrets/blob/master/ctf-instructions.md). With the 3-domain approach you generate flags for CTFD automatically, while with the 2-domain setup you need to set it up manually.
40+
The different setups are explained in [OWASP WrongSecrets CTF-instructions](https://github.com/OWASP/wrongsecrets/blob/master/ctf-instructions.md). With the 3-domain approach you generate flags for CTFD automatically, while with the 2-domain setup you need to set it up manually.
4141

4242
### Approach 1: 3-domain setup
4343

0 commit comments

Comments
 (0)