@@ -10,7 +10,7 @@ Welcome to the OWASP WrongSecrets p0wnable app. With this app, we have packed va
10
10
secrets. These can help you to realize whether your secret management is ok. The challenge is to find all the different
11
11
secrets by means of various tools and techniques.
12
12
13
- Can you solve all the 25 challenges?
13
+ Can you solve all the 27 challenges?
14
14
![ screenshot.png] ( screenshot.png )
15
15
16
16
## Support
@@ -24,7 +24,7 @@ based project, so it might take a little while before we respond.
24
24
25
25
## Basic docker exercises
26
26
27
- _ Can be used for challenges 1-4, 8, 12-25 _
27
+ _ Can be used for challenges 1-4, 8, 12-27 _
28
28
29
29
For the basic docker exercises you currently require:
30
30
@@ -58,6 +58,8 @@ Now you can try to find the secrets by means of solving the challenge offered at
58
58
- [ localhost:8080/challenge/23] ( http://localhost:8080/challenge/23 )
59
59
- [ localhost:8080/challenge/24] ( http://localhost:8080/challenge/24 )
60
60
- [ localhost:8080/challenge/25] ( http://localhost:8080/challenge/25 )
61
+ - [ localhost:8080/challenge/25] ( http://localhost:8080/challenge/26 )
62
+ - [ localhost:8080/challenge/25] ( http://localhost:8080/challenge/27 )
61
63
62
64
Note that these challenges are still very basic, and so are their explanations. Feel free to file a PR to make them look
63
65
better ;-).
@@ -83,7 +85,7 @@ spoiling it for others that want to testdrive it.
83
85
84
86
## Basic K8s exercise
85
87
86
- _ Can be used for challenges 1-6, 8, 12-25 _
88
+ _ Can be used for challenges 1-6, 8, 12-27 _
87
89
88
90
### Minikube based
89
91
@@ -134,7 +136,7 @@ Don't want to go over the hassle of setting up K8S yourself? visit [https://wron
134
136
135
137
## Vault exercises with minikube
136
138
137
- _ Can be used for challenges 1-8, 12-25 _
139
+ _ Can be used for challenges 1-8, 12-27 _
138
140
Make sure you have the following installed:
139
141
140
142
- minikube with docker (or comment out line 8 and work at your own k8s setup),
@@ -154,7 +156,7 @@ vault and not update the secret-challenge application with the new secret.
154
156
155
157
## Cloud Challenges
156
158
157
- _ Can be used for challenges 1-25 _
159
+ _ Can be used for challenges 1-27 _
158
160
159
161
** READ THIS** : Given that the exercises below contain IAM privilege escalation exercises,
160
162
never run this on an account which is related to your production environment or can influence your account-over-arching
@@ -211,8 +213,8 @@ Top contributors:
211
213
- [ Marcin Nowak @MarcinNowak-codes ] ( https://github.com/MarcinNowak-codes )
212
214
- [ Joss Sparkes @remakingeden ] ( https://github.com/remakingeden )
213
215
- [ Tibor Hercz @tiborhercz ] ( https://github.com/tiborhercz )
214
- - [ Filip Chyla @fchyla ] ( https://github.com/fchyla )
215
216
- [ Chris Elbring Jr. @neatzsche ] ( https://github.com/neatzsche )
217
+ - [ Filip Chyla @fchyla ] ( https://github.com/fchyla )
216
218
- [ Dmitry Litosh @Dlitosh ] ( https://github.com/Dlitosh )
217
219
- [ Josh Grossman @tghosth ] ( https://github.com/tghosth )
218
220
- [ Spyros @northdpole ] ( https://github.com/northdpole )
0 commit comments