Projects STRLCPY wrongsecrets Commits cc7a3331
🤬
  • ■ ■ ■ ■ ■
    .github/scripts/docker-create.sh
    skipped 255 lines
    256 256   docker buildx build --platform linux/amd64,linux/arm64 -t jeroenwillemsen/wrongsecrets:$tag-no-vault --build-arg "$buildarg" --build-arg "PORT=8081" --build-arg "argBasedVersion=$tag" --build-arg "spring_profile=without-vault" --push ./../../.
    257 257   docker buildx build --platform linux/amd64,linux/arm64 -t jeroenwillemsen/wrongsecrets:$tag-local-vault --build-arg "$buildarg" --build-arg "PORT=8081" --build-arg "argBasedVersion=$tag" --build-arg "spring_profile=local-vault" --push ./../../.
    258 258   docker buildx build --platform linux/amd64,linux/arm64 -t jeroenwillemsen/wrongsecrets:$tag-k8s-vault --build-arg "$buildarg" --build-arg "PORT=8081" --build-arg "argBasedVersion=$tag" --build-arg "spring_profile=kubernetes-vault" --push ./../../.
     259 + cd ../..
    259 260   docker buildx build --platform linux/amd64,linux/arm64 -t jeroenwillemsen/wrongsecrets-desktop:$tag -f Dockerfile.webdesktop --push .
    260 261   elif [[ "$script_mode" == "test" ]]; then
    261 262   docker buildx build -t jeroenwillemsen/wrongsecrets:$tag --build-arg "$buildarg" --build-arg "PORT=8081" --build-arg "argBasedVersion=$tag" --build-arg "spring_profile=without-vault" --load ./../../.
    skipped 84 lines
  • ■ ■ ■ ■
    README.md
    skipped 7 lines
    8 8   
    9 9  Welcome to the OWASP WrongSecrets p0wnable app. With this app, we have packed various ways of how to not store your secrets. These can help you to realize whether your secret management is ok. The challenge is to find all the different secrets by means of various tools and techniques.
    10 10   
    11  -Can you solve all the 22 challenges?
     11 +Can you solve all the 23 challenges?
    12 12  ![screenshot.png](screenshot.png)
    13 13   
    14 14  ## Support
    skipped 332 lines
Please wait...
Page is in error, reload to recover