Skip to content

Commit b77d6b1

Browse files
committed
Update POM file with new version: 1.5.6
1 parent e8db22d commit b77d6b1

File tree

9 files changed

+17
-15
lines changed

9 files changed

+17
-15
lines changed

Dockerfile.web

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM jeroenwillemsen/wrongsecrets:1.5.5-no-vault
2-
ARG argBasedVersion="1.5.5"
1+
FROM jeroenwillemsen/wrongsecrets:1.5.6-no-vault
2+
ARG argBasedVersion="1.5.6"
33
ARG CANARY_URLS="http://canarytokens.com/terms/about/s7cfbdakys13246ewd8ivuvku/post.jsp,http://canarytokens.com/terms/about/y0all60b627gzp19ahqh7rl6j/post.jsp"
44
ARG CTF_ENABLED=false
55
ARG HINTS_ENABLED=true

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Welcome to the OWASP WrongSecrets p0wnable app. With this app, we have packed va
1010
secrets. These can help you to realize whether your secret management is ok. The challenge is to find all the different
1111
secrets by means of various tools and techniques.
1212

13-
Can you solve all the 25 challenges?
13+
Can you solve all the 27 challenges?
1414
![screenshot.png](screenshot.png)
1515

1616
## Support
@@ -24,7 +24,7 @@ based project, so it might take a little while before we respond.
2424

2525
## Basic docker exercises
2626

27-
_Can be used for challenges 1-4, 8, 12-25_
27+
_Can be used for challenges 1-4, 8, 12-27_
2828

2929
For the basic docker exercises you currently require:
3030

@@ -58,6 +58,8 @@ Now you can try to find the secrets by means of solving the challenge offered at
5858
- [localhost:8080/challenge/23](http://localhost:8080/challenge/23)
5959
- [localhost:8080/challenge/24](http://localhost:8080/challenge/24)
6060
- [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)
6163

6264
Note that these challenges are still very basic, and so are their explanations. Feel free to file a PR to make them look
6365
better ;-).
@@ -83,7 +85,7 @@ spoiling it for others that want to testdrive it.
8385

8486
## Basic K8s exercise
8587

86-
_Can be used for challenges 1-6, 8, 12-25_
88+
_Can be used for challenges 1-6, 8, 12-27_
8789

8890
### Minikube based
8991

@@ -134,7 +136,7 @@ Don't want to go over the hassle of setting up K8S yourself? visit [https://wron
134136

135137
## Vault exercises with minikube
136138

137-
_Can be used for challenges 1-8, 12-25_
139+
_Can be used for challenges 1-8, 12-27_
138140
Make sure you have the following installed:
139141

140142
- 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.
154156

155157
## Cloud Challenges
156158

157-
_Can be used for challenges 1-25_
159+
_Can be used for challenges 1-27_
158160

159161
**READ THIS**: Given that the exercises below contain IAM privilege escalation exercises,
160162
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:
211213
- [Marcin Nowak @MarcinNowak-codes](https://github.com/MarcinNowak-codes)
212214
- [Joss Sparkes @remakingeden](https://github.com/remakingeden)
213215
- [Tibor Hercz @tiborhercz](https://github.com/tiborhercz)
214-
- [Filip Chyla @fchyla](https://github.com/fchyla)
215216
- [Chris Elbring Jr. @neatzsche](https://github.com/neatzsche)
217+
- [Filip Chyla @fchyla](https://github.com/fchyla)
216218
- [Dmitry Litosh @Dlitosh](https://github.com/Dlitosh)
217219
- [Josh Grossman @tghosth](https://github.com/tghosth)
218220
- [Spyros @northdpole](https://github.com/northdpole)

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.5-k8s-vault
40+
- image: jeroenwillemsen/wrongsecrets:1.5.6-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.5-k8s-vault
38+
- image: jeroenwillemsen/wrongsecrets:1.5.6-k8s-vault
3939
imagePullPolicy: IfNotPresent
4040
ports:
4141
- containerPort: 8080

fly.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ processes = []
99
dockerfile = "Dockerfile"
1010

1111
[build.args]
12-
argBasedVersion="1.5.5"
12+
argBasedVersion="1.5.6"
1313
spring_profile="without-vault"
1414

1515
[env]

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.5-k8s-vault
40+
- image: jeroenwillemsen/wrongsecrets:1.5.6-k8s-vault
4141
imagePullPolicy: IfNotPresent
4242
ports:
4343
- containerPort: 8080

okteto/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.5-no-vault
31+
- image: jeroenwillemsen/wrongsecrets:1.5.6-no-vault
3232
imagePullPolicy: IfNotPresent
3333
ports:
3434
- containerPort: 8080

src/main/resources/templates/welcome.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
<li><a href="https://github.com/MarcinNowak-codes">Marcin Nowak @MarcinNowak-codes</a></li>
9292
<li><a href="https://github.com/remakingeden">Joss Sparkes @remakingeden</a></li>
9393
<li><a href="https://github.com/tiborhercz">Tibor Hercz @tiborhercz</a></li>
94-
<li><a href="https://github.com/fchyla">Filip Chyla @fchyla</a></li>
9594
<li><a href="https://github.com/neatzsche">Chris Elbring Jr. @neatzsche</a>
95+
<li><a href="https://github.com/fchyla">Filip Chyla @fchyla</a></li>
9696
<li><a href="https://github.com/Dlitosh">Dmitry Litosh @Dlitosh</a></li>
9797
<li><a href="https://github.com/tghosth">Josh Grossman @tghosth</a></li>
9898
<li><a href="https://github.com/northdpole">Spyros @northdpole</a></li>

wrongsecret-desktop-resources/welcome.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The WrongSecrets Desktop contains the following tools:
2020
- AWS-cli for AWS challenges (Use it with `aws` in the commandline)
2121
- KeepassXC for password manager related challenges (Use it with `keepassXC` in the commandline)
2222
- Firefox
23-
- Docker (disabled in clod env)
23+
- Docker (disabled in cloud env)
2424
- Kubectl
2525
- Geany to have a look at the code (use it with `geany` in the commandline)
2626

0 commit comments

Comments
 (0)