Skip to content

Commit 786c712

Browse files
authored
Merge pull request #2188 from OWASP/commjoen-patch-1
Update challenge count from 56 to 57 in readme.md
2 parents 7333e19 + b072e7e commit 786c712

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
Welcome to the OWASP WrongSecrets game! The game is packed with real life examples of how to _not_ store secrets in your software. Each of these examples is captured in a challenge, which you need to solve using various tools and techniques. Solving these challenges will help you recognize common mistakes & can help you to reflect on your own secrets management strategy.
1818

19-
Can you solve all the 56 challenges?
19+
Can you solve all the 57 challenges?
2020

2121
Try some of them on [our Heroku demo environment](https://wrongsecrets.herokuapp.com/).
2222

@@ -127,16 +127,16 @@ Not sure which setup is right for you? Here's a quick guide:
127127

128128
| **I want to...** | **Recommended Setup** | **Challenges Available** |
129129
|------------------|----------------------|--------------------------|
130-
| Try it quickly online | [Container running on Heroku](https://www.wrongsecrets.com/) | Basic challenges (1-4, 8, 12-32, 34-43, 49-52, 54-55) |
130+
| Try it quickly online | [Container running on Heroku](https://www.wrongsecrets.com/) | Basic challenges (1-4, 8, 12-32, 34-43, 49-52, 54-57) |
131131
| Run locally with Docker | [Basic Docker](#basic-docker-exercises) | Same as above, but on your machine |
132-
| Learn Kubernetes secrets | [K8s/Minikube Setup](#basic-k8s-exercise) | Kubernetes challenges (1-6, 8, 12-43, 48-55) |
133-
| Practice with cloud secrets | [Cloud Challenges](#cloud-challenges) | All challenges (1-55) |
132+
| Learn Kubernetes secrets | [K8s/Minikube Setup](#basic-k8s-exercise) | Kubernetes challenges (1-6, 8, 12-43, 48-57) |
133+
| Practice with cloud secrets | [Cloud Challenges](#cloud-challenges) | All challenges (1-57) |
134134
| Run a workshop/CTF | [CTF Setup](#ctf) | Customizable challenge sets |
135135
| Contribute to the project | [Development Setup](#notes-on-development) | All challenges + development tools |
136136

137137
## Basic docker exercises
138138

139-
_Can be used for challenges 1-4, 8, 12-32, 34, 35-43, 49-52, 54-55_
139+
_Can be used for challenges 1-4, 8, 12-32, 34, 35-43, 49-52, 54-57_
140140

141141
For the basic docker exercises you currently require:
142142

@@ -206,6 +206,8 @@ Now you can try to find the secrets by means of solving the challenge offered at
206206
- [localhost:8080/challenge/challenge-52](http://localhost:8080/challenge/challenge-52)
207207
- [localhost:8080/challenge/challenge-54](http://localhost:8080/challenge/challenge-54)
208208
- [localhost:8080/challenge/challenge-55](http://localhost:8080/challenge/challenge-55)
209+
- [localhost:8080/challenge/challenge-56](http://localhost:8080/challenge/challenge-56)
210+
- [localhost:8080/challenge/challenge-57](http://localhost:8080/challenge/challenge-57)
209211

210212
</details>
211213

@@ -235,7 +237,7 @@ If you want to host WrongSecrets on Railway, you can do so by deploying [this on
235237

236238
## Basic K8s exercise
237239

238-
_Can be used for challenges 1-6, 8, 12-43, 48-55_
240+
_Can be used for challenges 1-6, 8, 12-43, 48-57_
239241

240242
### Minikube based
241243

@@ -312,7 +314,7 @@ now you can use the provided IP address and port to further play with the K8s va
312314

313315
## Vault exercises with minikube
314316

315-
_Can be used for challenges 1-8, 12-55_
317+
_Can be used for challenges 1-8, 12-57_
316318
Make sure you have the following installed:
317319

318320
- minikube with docker (or comment out line 8 and work at your own k8s setup),
@@ -330,7 +332,7 @@ This is because if you run the start script again it will replace the secret in
330332

331333
## Cloud Challenges
332334

333-
_Can be used for challenges 1-55_
335+
_Can be used for challenges 1-57_
334336

335337
**READ THIS**: Given that the exercises below contain IAM privilege escalation exercises,
336338
never run this on an account which is related to your production environment or can influence your account-over-arching

0 commit comments

Comments
 (0)