Skip to content

Commit 8f055aa

Browse files
committed
Update POM file with new version: 1.5.2
1 parent 9a04535 commit 8f055aa

7 files changed

+13
-12
lines changed

Dockerfile.web

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM jeroenwillemsen/wrongsecrets:1.5.1-no-vault
1+
FROM jeroenwillemsen/wrongsecrets:1.5.2-no-vault
22

3-
ARG argBasedVersion="1.5.1"
3+
ARG argBasedVersion="1.5.2"
44
ARG CANARY_URLS="http://canarytokens.com/terms/about/s7cfbdakys13246ewd8ivuvku/post.jsp,http://canarytokens.com/terms/about/y0all60b627gzp19ahqh7rl6j/post.jsp"
55
ARG CTF_ENABLED=false
66
ARG HINTS_ENABLED=true

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Need support? Contact us via [OWASP Slack](https://owasp.slack.com/archives/C02K
1717

1818
## Basic docker exercises
1919

20-
_Can be used for challenges 1-4, 8, 12-22_
20+
_Can be used for challenges 1-4, 8, 12-23_
2121

2222
For the basic docker exercises you currently require:
2323

@@ -27,7 +27,7 @@ For the basic docker exercises you currently require:
2727
You can install it by doing:
2828

2929
```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
3131
```
3232

3333
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
4848
- [localhost:8080/challenge/20](http://localhost:8080/challenge/20)
4949
- [localhost:8080/challenge/21](http://localhost:8080/challenge/21)
5050
- [localhost:8080/challenge/22](http://localhost:8080/challenge/22)
51+
- [localhost:8080/challenge/23](http://localhost:8080/challenge/23)
5152

5253
Note that these challenges are still very basic, and so are their explanations. Feel free to file a PR to make them look better ;-).
5354

@@ -64,7 +65,7 @@ You can test them out at [https://wrongsecrets.herokuapp.com/](https://wrongsecr
6465

6566
## Basic K8s exercise
6667

67-
_Can be used for challenges 1-6, 8, 12-22_
68+
_Can be used for challenges 1-6, 8, 12-23_
6869

6970
### Minikube based
7071

@@ -111,7 +112,7 @@ now you can use the provided IP address and port to further play with the K8s va
111112

112113
## Vault exercises with minikube
113114

114-
_Can be used for challenges 1-8, 12-22_
115+
_Can be used for challenges 1-8, 12-23_
115116
Make sure you have the following installed:
116117

117118
- 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
128129

129130
## Cloud Challenges
130131

131-
_Can be used for challenges 1-22_
132+
_Can be used for challenges 1-23_
132133

133134
**READ THIS**: Given that the exercises below contain IAM privilege escalation exercises,
134135
never run this on an account which is related to your production environment or can influence your account-over-arching resources.

aws/k8s/secret-challenge-vault-deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
volumeAttributes:
3838
secretProviderClass: "wrongsecrets-aws-secretsmanager"
3939
containers:
40-
- image: jeroenwillemsen/wrongsecrets:1.5.1-k8s-vault
40+
- image: jeroenwillemsen/wrongsecrets:1.5.2-k8s-vault
4141
imagePullPolicy: IfNotPresent
4242
ports:
4343
- containerPort: 8080

azure/k8s/secret-challenge-vault-deployment.yml.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
volumeAttributes:
3636
secretProviderClass: "azure-wrongsecrets-vault"
3737
containers:
38-
- image: jeroenwillemsen/wrongsecrets:1.5.1-k8s-vault
38+
- image: jeroenwillemsen/wrongsecrets:1.5.2-k8s-vault
3939
imagePullPolicy: IfNotPresent
4040
ports:
4141
- containerPort: 8080

gcp/k8s/secret-challenge-vault-deployment.yml.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
volumeAttributes:
3838
secretProviderClass: "wrongsecrets-gcp-secretsmanager"
3939
containers:
40-
- image: jeroenwillemsen/wrongsecrets:1.5.1-k8s-vault
40+
- image: jeroenwillemsen/wrongsecrets:1.5.2-k8s-vault
4141
imagePullPolicy: IfNotPresent
4242
ports:
4343
- containerPort: 8080

k8s/secret-challenge-deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
runAsGroup: 2000
2929
fsGroup: 2000
3030
containers:
31-
- image: jeroenwillemsen/wrongsecrets:1.5.1-no-vault
31+
- image: jeroenwillemsen/wrongsecrets:1.5.2-no-vault
3232
imagePullPolicy: IfNotPresent
3333
ports:
3434
- containerPort: 8080

k8s/secret-challenge-vault-deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
runAsNonRoot: true
3131
serviceAccountName: vault
3232
containers:
33-
- image: jeroenwillemsen/wrongsecrets:1.5.1-k8s-vault
33+
- image: jeroenwillemsen/wrongsecrets:1.5.2-k8s-vault
3434
imagePullPolicy: IfNotPresent
3535
ports:
3636
- containerPort: 8080

0 commit comments

Comments
 (0)