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

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

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

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

工具目录

分类

查看所有分类
Loading categories
GitLeaks — 容器化秘密扫描工具,利用正则表达式和基于熵的检测来发现Git仓库中暴露的凭证、API密钥和令牌,专为本地工作流和CI/CD流水线设计。 | Kitploit
工具/GitLabGitLab/niclas-zone/ctr/gitleaks
容器安全代码分析DevSecOps秘密检测
GitLabniclas-zone/ctr/gitleaks

GitLeaks

容器化秘密扫描工具,利用正则表达式和基于熵的检测来发现Git仓库中暴露的凭证、API密钥和令牌,专为本地工作流和CI/CD流水线设计。

查看仓库
21个月前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

GitLeaks 容器镜像

针对本地工作流和流水线中秘密扫描的定制化 gitleaks 构建。

特性

  • 从标记的上游源码构建 gitleaks,并固定 Go 工具链以生成可复现的二进制文件。
  • GitLab CI 组件位于 niclas-zone/ci/gitleaks。

使用

拉取镜像

root@kitploit:~
podman pull registry.gitlab.com/niclas-zone/ctr/gitleaks:latest

运行扫描

root@kitploit:~
podman run --rm \
  -v $(pwd):/repo \
  -w /repo \
  registry.gitlab.com/niclas-zone/ctr/gitleaks:latest \
  detect --source . --verbose

GitLab CI 代码片段

root@kitploit:~
secret-detection:
  image: registry.gitlab.com/niclas-zone/ctr/gitleaks:latest
  script:
    - gitleaks detect --source . --verbose

作者

Niclas Heinz

贡献

欢迎贡献!如果您有任何建议或改进,请提交问题或合并请求。

许可证

本项目采用 MIT 许可证。详情请参阅 LICENSE。

下载工具