Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
wrongsecrets-binaries — Source code for the Binaries of OWASP WrongSecrets | Kitploit
Tools/GitHubGitHub/owasp/wrongsecrets-binaries
Static AnalysisVulnerability AnalysisCode AnalysisCTFSecret DetectionBinary AnalysisSupply Chain SecurityLearning & EducationLabs & Practice
GitHubowasp/wrongsecrets-binaries

wrongsecrets-binaries

Source code for the Binaries of OWASP WrongSecrets

117216h 41m agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
View Repository
Website
Share

wrongsecrets-binaries

Pre-commit Compile C Compile CPlus Compile GoLang Compile Rust dotnet package Compile Swift

Compile Java
Security Scanning

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.

CTF Support

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.

  • Automatic Generation: Both quickbuild.sh and GitHub Actions generate CTF versions alongside regular binaries
  • All Languages: Supports C, C++, Go, Rust, .NET, and Swift
  • Easy Testing: Use ./test_ctf_generation.sh to verify functionality

See docs/CTF_GENERATION.md for detailed usage instructions.

Development

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.

Security Scanning

This repository includes comprehensive security scanning using GitHub's free tools:

CodeQL Analysis

  • Languages Covered: C, C++, Go, C#/.NET, Swift
  • Triggers: Push to main/master, pull requests, manual dispatch, weekly schedule
  • Integration: Results automatically uploaded to GitHub Security tab

Semgrep Analysis

  • Languages Covered: All languages (C, C++, Go, Rust, C#/.NET, Java, Swift)
  • Rulesets:
    • OWASP Top 10 security issues
    • CWE Top 25 vulnerabilities
    • Secrets detection
    • General security audit rules
  • Integration: SARIF results uploaded to GitHub Security tab

Viewing Security Results

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.

Special thanks

Contributors:

Leaders:

  • Ben de Haan @bendehaan
  • Jeroen Willemsen @commjoen

(Top) contributors:

  • Puneeth Y @puneeth072003
  • Rodolfo Cabral Neves @roddas
  • Diamond Rivero @diamant3
  • Joss Sparkes @remakingeden
  • Arpit Jain

Sponsorships:

We would like to thank the following parties for helping us out:

gitguardian_logo.png

GitGuardian for their sponsorship which allows us to pay the bills for our cloud-accounts.

jetbrains_logo.png

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_logo.png

Docker for granting us their Docker Open Source Sponsored program.

1password_logo.png

1Password for granting us an open source license to 1Password for the secret detection testbed.

Copyrights

Copyright (c) 2020-2026 Jeroen Willemsen and WrongSecret contributors.

Download Tool