You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
18
18
19
-
Can you solve all the 61 challenges?
19
+
Can you solve all the 62 challenges?
20
20
21
21
Try some of them on [our Heroku demo environment](https://wrongsecrets.herokuapp.com/).
22
22
@@ -128,16 +128,16 @@ Not sure which setup is right for you? Here's a quick guide:
@@ -321,7 +323,7 @@ now you can use the provided IP address and port to further play with the K8s va
321
323
322
324
## Vault exercises with minikube
323
325
324
-
_Can be used for challenges 1-8, 12-58_
326
+
_Can be used for challenges 0-8, 12-61_
325
327
Make sure you have the following installed:
326
328
327
329
- minikube with docker (or comment out line 8 and work at your own k8s setup),
@@ -332,14 +334,14 @@ Make sure you have the following installed:
332
334
- vault [Install from here](https://developer.hashicorp.com/vault/install),
333
335
- grep, Cat, and Sed
334
336
335
-
Run `./k8s-vault-minikube-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-48.
337
+
Run `./k8s-vault-minikube-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 0-8, 12-61.
336
338
337
339
When you stopped the `k8s-vault-minikube-start.sh` script and want to resume the port forward run: `k8s-vault-minikube-resume.sh`.
338
340
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.
339
341
340
342
## Cloud Challenges
341
343
342
-
_Can be used for challenges 1-58_
344
+
_Can be used for challenges 0-61_
343
345
344
346
**READ THIS**: Given that the exercises below contain IAM privilege escalation exercises,
345
347
never run this on an account which is related to your production environment or can influence your account-over-arching
@@ -806,4 +808,4 @@ Want to learn more? Checkout the sources below:
806
808
-[OWASP SAMM on Secret Management](https://owaspsamm.org/model/implementation/secure-deployment/stream-b/)
807
809
-[The secret detection topic at Github](https://github.com/topics/secrets-detection)
-[OpenCRE on secrets management](https://www.opencre.org/cre/223-780?register=true&type=tool&tool_type=training&tags=secrets,training&description=With%20this%20app%2C%20we%20have%20packed%20various%20ways%20of%20how%20to%20not%20store%20your%20secrets.%20These%20can%20help%20you%20to%20realize%20whether%20your%20secret%20management%20is%20ok.%20The%20challenge%20is%20to%20find%20all%20the%20different%20secrets%20by%20means%20of%20various%20tools%20and%20techniques.%20Can%20you%20solve%20all%20the%2014%20challenges%3F&trk=flagship-messaging-web&messageThreadUrn=urn:li:messagingThread:2-YmRkNjRkZTMtNjRlYS00OWNiLWI2YmUtMDYwNzY3ZjI1MDcyXzAxMg==&lipi=urn:li:page:d_flagship3_feed;J58Sgd80TdanpKWFMH6z+w==)
811
+
-[OpenCRE on secrets management](https://www.opencre.org/cre/223-780?register=true&type=tool&tool_type=training&tags=secrets,training&description=With%20this%20app%2C%20we%20have%20packed%20various%20ways%20of%20how%20to%20not%20store%20your%20secrets.%20These%20can%20help%20you%20to%20realize%20whether%20your%20secret%20management%20is%20ok.%20The%20challenge%20is%20to%20find%20all%20the%20different%20secrets%20by%20means%20of%20various%20tools%20and%20techniques.%20Can%20you%20solve%20all%20the%2062%20challenges%3F&trk=flagship-messaging-web&messageThreadUrn=urn:li:messagingThread:2-YmRkNjRkZTMtNjRlYS00OWNiLWI2YmUtMDYwNzY3ZjI1MDcyXzAxMg==&lipi=urn:li:page:d_flagship3_feed;J58Sgd80TdanpKWFMH6z+w==)
0 commit comments