@@ -15,7 +15,7 @@ Need support? Contact us via [OWASP Slack](https://owasp.slack.com/archives/C02K
15
15
16
16
## Basic docker exercises
17
17
18
- _ Can be used for challenges 1-4, 8, 12-18 _
18
+ _ Can be used for challenges 1-4, 8, 12-19 _
19
19
20
20
For the basic docker exercises you currently require:
21
21
@@ -25,7 +25,7 @@ For the basic docker exercises you currently require:
25
25
You can install it by doing:
26
26
27
27
``` bash
28
- docker run -p 8080:8080 jeroenwillemsen/wrongsecrets:1.4.3 -no-vault
28
+ docker run -p 8080:8080 jeroenwillemsen/wrongsecrets:1.4.4 -no-vault
29
29
```
30
30
31
31
Now you can try to find the secrets by means of solving the challenge offered at:
@@ -42,6 +42,7 @@ Now you can try to find the secrets by means of solving the challenge offered at
42
42
- [ localhost:8080/challenge/16] ( http://localhost:8080/challenge/16 )
43
43
- [ localhost:8080/challenge/17] ( http://localhost:8080/challenge/17 )
44
44
- [ localhost:8080/challenge/18] ( http://localhost:8080/challenge/18 )
45
+ - [ localhost:8080/challenge/18] ( http://localhost:8080/challenge/19 )
45
46
46
47
Note that these challenges are still very basic, and so are their explanations. Feel free to file a PR to make them look better ;-).
47
48
@@ -58,7 +59,7 @@ You can test them out at [https://wrongsecrets.herokuapp.com/](https://wrongsecr
58
59
59
60
## Basic K8s exercise
60
61
61
- _ Can be used for challenges 1-6, 8, 12-18 _
62
+ _ Can be used for challenges 1-6, 8, 12-19 _
62
63
63
64
### Minikube based
64
65
@@ -105,7 +106,7 @@ now you can use the provided IP address and port to further play with the K8s va
105
106
106
107
## Vault exercises with minikube
107
108
108
- _ Can be used for challenges 1-8, 12-18 _
109
+ _ Can be used for challenges 1-8, 12-19 _
109
110
Make sure you have the following installed:
110
111
111
112
- minikube with docker (or comment out line 8 and work at your own k8s setup),
@@ -122,7 +123,7 @@ When you stopped the `k8s-vault-minikube-start.sh` script and want to resume the
122
123
123
124
## Cloud Challenges
124
125
125
- _ Can be used for challenges 1-18 _
126
+ _ Can be used for challenges 1-19 _
126
127
127
128
** READ THIS** : Given that the exercises below contain IAM privilege escalation exercises,
128
129
never run this on an account which is related to your production environment or can influence your account-over-arching resources.
@@ -180,7 +181,6 @@ Top contributors:
180
181
- [ Finn @f3rn0s ] ( https://github.com/f3rn0s )
181
182
- [ Alex Bender @alex-bender ] ( https://github.com/alex-bender )
182
183
183
-
184
184
Testers:
185
185
186
186
- [ Dave van Stein @davevs ] ( https://github.com/davevs )
0 commit comments