Skip to content

Commit

Permalink
Merge pull request #1789 from OWASP/feature-collapsible-urls
Browse files Browse the repository at this point in the history
Update README.md to have collapsible link sections
  • Loading branch information
commjoen authored Dec 22, 2024
2 parents b941da0 + 101db44 commit f1731f6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ 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:
Now you can try to find the secrets by means of solving the challenge offered at the links below
<details>
<summary>all the links for docker challenges (click triangle to open the block).
</summary>

- [localhost:8080/challenge/challenge-1](http://localhost:8080/challenge/challenge-1)
- [localhost:8080/challenge/challenge-2](http://localhost:8080/challenge/challenge-2)
Expand Down Expand Up @@ -129,6 +131,8 @@ Now you can try to find the secrets by means of solving the challenge offered at
- [localhost:8080/challenge/challenge-50](http://localhost:8080/challenge/challenge-50)
- [localhost:8080/challenge/challenge-51](http://localhost:8080/challenge/challenge-51)

</details>

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

Expand Down

0 comments on commit f1731f6

Please sign in to comment.