Projects STRLCPY wrongsecrets Commits 9943c8a2
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 9 lines
    10 10  secrets. These can help you to realize whether your secret management is ok. The challenge is to find all the different
    11 11  secrets by means of various tools and techniques.
    12 12   
    13  -Can you solve all the 23 challenges?
     13 +Can you solve all the 24 challenges?
    14 14  ![screenshot.png](screenshot.png)
    15 15   
    16 16  ## Support
    skipped 7 lines
    24 24   
    25 25  ## Basic docker exercises
    26 26   
    27  -_Can be used for challenges 1-4, 8, 12-23_
     27 +_Can be used for challenges 1-4, 8, 12-24_
    28 28   
    29 29  For the basic docker exercises you currently require:
    30 30   
    skipped 25 lines
    56 56  - [localhost:8080/challenge/21](http://localhost:8080/challenge/21)
    57 57  - [localhost:8080/challenge/22](http://localhost:8080/challenge/22)
    58 58  - [localhost:8080/challenge/23](http://localhost:8080/challenge/23)
     59 +- [localhost:8080/challenge/24](http://localhost:8080/challenge/24)
    59 60   
    60 61  Note that these challenges are still very basic, and so are their explanations. Feel free to file a PR to make them look
    61 62  better ;-).
    skipped 19 lines
    81 82   
    82 83  ## Basic K8s exercise
    83 84   
    84  -_Can be used for challenges 1-6, 8, 12-23_
     85 +_Can be used for challenges 1-6, 8, 12-24_
    85 86   
    86 87  ### Minikube based
    87 88   
    skipped 44 lines
    132 133   
    133 134  ## Vault exercises with minikube
    134 135   
    135  -_Can be used for challenges 1-8, 12-23_
     136 +_Can be used for challenges 1-8, 12-24_
    136 137  Make sure you have the following installed:
    137 138   
    138 139  - minikube with docker (or comment out line 8 and work at your own k8s setup),
    skipped 13 lines
    152 153   
    153 154  ## Cloud Challenges
    154 155   
    155  -_Can be used for challenges 1-23_
     156 +_Can be used for challenges 1-24_
    156 157   
    157 158  **READ THIS**: Given that the exercises below contain IAM privilege escalation exercises,
    158 159  never run this on an account which is related to your production environment or can influence your account-over-arching
    skipped 231 lines
    390 391   -e KEYBOARD=en-us-qwerty \
    391 392   -p 3000:3000 \
    392 393   -v /var/run/docker.sock:/var/run/docker.sock \
    393  - --shm-size="1gb" \
     394 + --shm-size="2gb" \
    394 395   --restart unless-stopped \
    395 396   jeroenwillemsen/wrongsecrets-desktop:latest
    396 397  ```
    skipped 15 lines
Please wait...
Page is in error, reload to recover