Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
工具/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

117506天前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
查看仓库
网站
内容在请求的语言中不可用。显示英文版本。

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.

下载工具