Skip to content

Commit c50d706

Browse files
authored
Update README.md
1 parent 85c7c4a commit c50d706

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
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.
1717

18-
Can you solve all the 34 challenges?
18+
Can you solve all the 35 challenges?
1919

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

@@ -71,7 +71,7 @@ Copyright (c) 2020-2023 Jeroen Willemsen and WrongSecrets contributors.
7171

7272
## Basic docker exercises
7373

74-
_Can be used for challenges 1-4, 8, 12-34_
74+
_Can be used for challenges 1-4, 8, 12-35_
7575

7676
For the basic docker exercises you currently require:
7777

@@ -129,7 +129,7 @@ You can test them out at [https://wrongsecrets.fly.dev](https://wrongsecrets.fly
129129

130130
## Basic K8s exercise
131131

132-
_Can be used for challenges 1-6, 8, 12-34_
132+
_Can be used for challenges 1-6, 8, 12-35_
133133

134134
### Minikube based
135135

@@ -186,7 +186,7 @@ Don't want to go over the hassle of setting up K8S yourself? visit [https://wron
186186

187187
## Vault exercises with minikube
188188

189-
_Can be used for challenges 1-8, 12-34_
189+
_Can be used for challenges 1-8, 12-35_
190190
Make sure you have the following installed:
191191

192192
- minikube with docker (or comment out line 8 and work at your own k8s setup),
@@ -197,14 +197,14 @@ Make sure you have the following installed:
197197
- vault [Install from here](https://www.vaultproject.io/downloads),
198198
- grep, Cat, and Sed
199199

200-
Run `./k8s-vault-minkube-start.sh`, when the script is done, then the challenges will wait for you at <http://localhost:8080> . This will allow you to run challenges 1-8, 12-33.
200+
Run `./k8s-vault-minkube-start.sh`, when the script is done, then the challenges will wait for you at <http://localhost:8080> . This will allow you to run challenges 1-8, 12-35.
201201

202202
When you stopped the `k8s-vault-minikube-start.sh` script and want to resume the port forward run: `k8s-vault-minikube-resume.sh`.
203203
This is because if you run the start script again it will replace the secret in the vault and not update the secret-challenge application with the new secret.
204204

205205
## Cloud Challenges
206206

207-
_Can be used for challenges 1-34_
207+
_Can be used for challenges 1-35_
208208

209209
**READ THIS**: Given that the exercises below contain IAM privilege escalation exercises,
210210
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)