From 0a8f7a9f9c1bd03e8719fe506974d04c7ed63456 Mon Sep 17 00:00:00 2001 From: Jeroen Willemsen Date: Thu, 12 Dec 2024 10:18:35 +0100 Subject: [PATCH 1/5] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d7549128..55f1e6acf 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,8 @@ You can install it by doing: docker run -p 8080:8080 jeroenwillemsen/wrongsecrets:latest-no-vault ``` -Now you can try to find the secrets by means of solving the challenge offered at: +
+ Now you can try to find the secrets by means of solving the challenge offered at the links in the block below - [localhost:8080/challenge/challenge-1](http://localhost:8080/challenge/challenge-1) - [localhost:8080/challenge/challenge-2](http://localhost:8080/challenge/challenge-2) @@ -128,6 +129,7 @@ Now you can try to find the secrets by means of solving the challenge offered at - [localhost:8080/challenge/challenge-49](http://localhost:8080/challenge/challenge-49) - [localhost:8080/challenge/challenge-50](http://localhost:8080/challenge/challenge-50) - [localhost:8080/challenge/challenge-51](http://localhost:8080/challenge/challenge-51) +
Note that these challenges are still very basic, and so are their explanations. Feel free to file a PR to make them look better ;-). From bd90d395fb320f60c1c209fa80f879f01e99365f Mon Sep 17 00:00:00 2001 From: Jeroen Willemsen Date: Thu, 12 Dec 2024 10:21:29 +0100 Subject: [PATCH 2/5] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 55f1e6acf..152fe46da 100644 --- a/README.md +++ b/README.md @@ -88,11 +88,12 @@ docker run -p 8080:8080 jeroenwillemsen/wrongsecrets:latest-no-vault ```
- Now you can try to find the secrets by means of solving the challenge offered at the links in the block below - -- [localhost:8080/challenge/challenge-1](http://localhost:8080/challenge/challenge-1) -- [localhost:8080/challenge/challenge-2](http://localhost:8080/challenge/challenge-2) -- [localhost:8080/challenge/challenge-3](http://localhost:8080/challenge/challenge-3) + Now you can try to find the secrets by means of solving the challenge offered at the links in the block below + - [localhost:8080/challenge/challenge-1](http://localhost:8080/challenge/challenge-1) + - [localhost:8080/challenge/challenge-2](http://localhost:8080/challenge/challenge-2) + - [localhost:8080/challenge/challenge-3](http://localhost:8080/challenge/challenge-3) + (click the triangle to see more) + - [localhost:8080/challenge/challenge-4](http://localhost:8080/challenge/challenge-4) - [localhost:8080/challenge/challenge-8](http://localhost:8080/challenge/challenge-8) - [localhost:8080/challenge/challenge-12](http://localhost:8080/challenge/challenge-12) From 3816820ee450d48a4105b0aed07d87868a3f2b44 Mon Sep 17 00:00:00 2001 From: Jeroen Willemsen Date: Thu, 12 Dec 2024 10:23:34 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 152fe46da..b9c12a0a9 100644 --- a/README.md +++ b/README.md @@ -86,14 +86,13 @@ You can install it by doing: ```bash docker run -p 8080:8080 jeroenwillemsen/wrongsecrets:latest-no-vault ``` - +Now you can try to find the secrets by means of solving the challenge offered at the links below
- Now you can try to find the secrets by means of solving the challenge offered at the links in the block below - - [localhost:8080/challenge/challenge-1](http://localhost:8080/challenge/challenge-1) - - [localhost:8080/challenge/challenge-2](http://localhost:8080/challenge/challenge-2) - - [localhost:8080/challenge/challenge-3](http://localhost:8080/challenge/challenge-3) - (click the triangle to see more) + all the links for docker challenges. +- [localhost:8080/challenge/challenge-1](http://localhost:8080/challenge/challenge-1) +- [localhost:8080/challenge/challenge-2](http://localhost:8080/challenge/challenge-2) +- [localhost:8080/challenge/challenge-3](http://localhost:8080/challenge/challenge-3) - [localhost:8080/challenge/challenge-4](http://localhost:8080/challenge/challenge-4) - [localhost:8080/challenge/challenge-8](http://localhost:8080/challenge/challenge-8) - [localhost:8080/challenge/challenge-12](http://localhost:8080/challenge/challenge-12) From 53425b7485ff99e245522f939c8402d4f44d210e Mon Sep 17 00:00:00 2001 From: Jeroen Willemsen Date: Thu, 12 Dec 2024 10:25:46 +0100 Subject: [PATCH 4/5] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9c12a0a9..d119c8727 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,9 @@ docker run -p 8080:8080 jeroenwillemsen/wrongsecrets:latest-no-vault ``` Now you can try to find the secrets by means of solving the challenge offered at the links below
- all the links for docker challenges. + all the links for docker challenges (click triangle to open the block). + - [localhost:8080/challenge/challenge-1](http://localhost:8080/challenge/challenge-1) - [localhost:8080/challenge/challenge-2](http://localhost:8080/challenge/challenge-2) - [localhost:8080/challenge/challenge-3](http://localhost:8080/challenge/challenge-3) @@ -129,6 +130,7 @@ Now you can try to find the secrets by means of solving the challenge offered at - [localhost:8080/challenge/challenge-49](http://localhost:8080/challenge/challenge-49) - [localhost:8080/challenge/challenge-50](http://localhost:8080/challenge/challenge-50) - [localhost:8080/challenge/challenge-51](http://localhost:8080/challenge/challenge-51) +
Note that these challenges are still very basic, and so are their explanations. Feel free to file a PR to make them look From 101db44910b15b35516061ca4c3e0631de14e907 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:27:29 +0000 Subject: [PATCH 5/5] [pre-commit.ci lite] apply automatic fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d119c8727..482034ab7 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Now you can try to find the secrets by means of solving the challenge offered at
all the links for docker challenges (click triangle to open the block). - + - [localhost:8080/challenge/challenge-1](http://localhost:8080/challenge/challenge-1) - [localhost:8080/challenge/challenge-2](http://localhost:8080/challenge/challenge-2) - [localhost:8080/challenge/challenge-3](http://localhost:8080/challenge/challenge-3)