
Source code for the Binaries of OWASP WrongSecrets
This is a supportive repository for OWASP WrongSecrets. Here we create our binaries which are included in the official project. Want to add a challenge related to secrets hiding in binary? Open a ticket at WrongSecrets issues. Want to fix something you found in one of the binaries: open a ticket or a PR here.
This repository now supports generating CTF (Capture The Flag) versions of all binaries with randomized secrets. CTF versions use the format this is the secret in <language> : <random_hex> instead of static secrets, making them suitable for CTF competitions.
quickbuild.sh and GitHub Actions generate CTF versions alongside regular binaries./test_ctf_generation.sh to verify functionalitySee docs/CTF_GENERATION.md for detailed usage instructions.
This repository uses pre-commit lite with automated code formatting to maintain code quality with minimal friction. The lightweight configuration automatically fixes formatting issues for Rust and Go code. See docs/PRE_COMMIT.md for setup instructions.
This repository includes comprehensive security scanning using GitHub's free tools:
Security scan results are available in the repository's Security tab under Code scanning alerts. The scans run automatically on code changes and weekly on Sundays at 3 AM UTC.
Leaders:
(Top) contributors:
We would like to thank the following parties for helping us out:
GitGuardian for their sponsorship which allows us to pay the bills for our cloud-accounts.
Jetbrains for licensing an instance of Intellij IDEA Ultimate edition to the project leads. We could not have been this fast with the development without it!
Docker for granting us their Docker Open Source Sponsored program.
1Password for granting us an open source license to 1Password for the secret detection testbed.
Copyright (c) 2020-2026 Jeroen Willemsen and WrongSecret contributors.