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
Git-Secret — Go scripts for finding sensitive data like API key / some keywords in the github repository | Kitploit
Tools/GitHubGitHub/daffainfo/git-secret
OSINT (Open Source Intelligence)ReconnaissanceVulnerability AnalysisCode AnalysisInformation GatheringSecret DetectionArchived
GitHubdaffainfo/git-secret

Git-Secret

Go scripts for finding sensitive data like API key / some keywords in the github repository

View Repository
158344 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Git-Secret

Go scripts for finding an API key / some keywords in repository

Update V1.0.2 🚀

  • Removing some checkers
  • Adding example file contains github dorks
  • Add support to go install command (issue #5)

Screenshoot 📷

image

How to Install

To install the latest version:

root@kitploit:~
go install github.com/daffainfo/Git-Secret@latest

Alternatively, you can clone this repo and build the project by running go build inside the cloned repo.

How to Use

root@kitploit:~
./Git-Secret
  • For path contain dorks, you can fill it with some keywords, for example

keyword.txt

root@kitploit:~
password
username
keys
access_keys

Reference 📚

  • https://github.com/odomojuli/RegExAPI
Download Tool