@@ -17,7 +17,7 @@ Need support? Contact us via [OWASP Slack](https://owasp.slack.com/archives/C02K
17
17
18
18
## Basic docker exercises
19
19
20
- _ Can be used for challenges 1-4, 8, 12-22 _
20
+ _ Can be used for challenges 1-4, 8, 12-23 _
21
21
22
22
For the basic docker exercises you currently require:
23
23
@@ -27,7 +27,7 @@ For the basic docker exercises you currently require:
27
27
You can install it by doing:
28
28
29
29
``` bash
30
- docker run -p 8080:8080 jeroenwillemsen/wrongsecrets:1.5.1 -no-vault
30
+ docker run -p 8080:8080 jeroenwillemsen/wrongsecrets:1.5.2 -no-vault
31
31
```
32
32
33
33
Now you can try to find the secrets by means of solving the challenge offered at:
@@ -48,6 +48,7 @@ Now you can try to find the secrets by means of solving the challenge offered at
48
48
- [ localhost:8080/challenge/20] ( http://localhost:8080/challenge/20 )
49
49
- [ localhost:8080/challenge/21] ( http://localhost:8080/challenge/21 )
50
50
- [ localhost:8080/challenge/22] ( http://localhost:8080/challenge/22 )
51
+ - [ localhost:8080/challenge/23] ( http://localhost:8080/challenge/23 )
51
52
52
53
Note that these challenges are still very basic, and so are their explanations. Feel free to file a PR to make them look better ;-).
53
54
@@ -64,7 +65,7 @@ You can test them out at [https://wrongsecrets.herokuapp.com/](https://wrongsecr
64
65
65
66
## Basic K8s exercise
66
67
67
- _ Can be used for challenges 1-6, 8, 12-22 _
68
+ _ Can be used for challenges 1-6, 8, 12-23 _
68
69
69
70
### Minikube based
70
71
@@ -111,7 +112,7 @@ now you can use the provided IP address and port to further play with the K8s va
111
112
112
113
## Vault exercises with minikube
113
114
114
- _ Can be used for challenges 1-8, 12-22 _
115
+ _ Can be used for challenges 1-8, 12-23 _
115
116
Make sure you have the following installed:
116
117
117
118
- minikube with docker (or comment out line 8 and work at your own k8s setup),
@@ -128,7 +129,7 @@ When you stopped the `k8s-vault-minikube-start.sh` script and want to resume the
128
129
129
130
## Cloud Challenges
130
131
131
- _ Can be used for challenges 1-22 _
132
+ _ Can be used for challenges 1-23 _
132
133
133
134
** READ THIS** : Given that the exercises below contain IAM privilege escalation exercises,
134
135
never run this on an account which is related to your production environment or can influence your account-over-arching resources.
0 commit comments