All Projects → daffainfo → Git-Secret

daffainfo / Git-Secret

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

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Git-Secret

Key-Checker
Go scripts for checking API key / access token validity
Stars: ✭ 190 (+21.79%)
Mutual labels:  token, apikey
Git Hound
Reconnaissance tool for GitHub code search. Finds exposed API keys using pattern matching, commit history searching, and a unique result scoring system.
Stars: ✭ 602 (+285.9%)
Mutual labels:  secrets, reconnaissance
Yar
Yar is a tool for plunderin' organizations, users and/or repositories.
Stars: ✭ 174 (+11.54%)
Mutual labels:  secrets, reconnaissance
Secret Bridge
Monitors Github for leaked secrets
Stars: ✭ 130 (-16.67%)
Mutual labels:  secrets
Leaky Repo
Benchmarking repo for secrets scanning
Stars: ✭ 149 (-4.49%)
Mutual labels:  secrets
Spring Vault
Provides familiar Spring abstractions for HashiCorp Vault
Stars: ✭ 179 (+14.74%)
Mutual labels:  secrets
Awesome-CyberSec-Resources
An awesome collection of curated Cyber Security resources(Books, Tutorials, Blogs, Podcasts, ...)
Stars: ✭ 273 (+75%)
Mutual labels:  reconnaissance
K8s Gitops
Kubernetes cluster managed by GitOps - Git as a single source of truth, automated pipelines, declarative everything, next-generation DevOps
Stars: ✭ 110 (-29.49%)
Mutual labels:  secrets
Privy
An easy, fast lib to correctly password-protect your data
Stars: ✭ 230 (+47.44%)
Mutual labels:  secrets
Reloader
Reloader is maintained by Stakater. Like it? Please let us know at [email protected]
Stars: ✭ 2,930 (+1778.21%)
Mutual labels:  secrets
Helm Secrets
Successor of zendesk/helm-secrets - A helm plugin that help manage secrets with Git workflow and store them anywhere
Stars: ✭ 165 (+5.77%)
Mutual labels:  secrets
Kube Secret Syncer
A Kubernetes operator to sync secrets from AWS Secrets Manager
Stars: ✭ 154 (-1.28%)
Mutual labels:  secrets
Hashicorp Vault Plugin
Jenkins plugin to populate environment variables from secrets stored in HashiCorp's Vault.
Stars: ✭ 191 (+22.44%)
Mutual labels:  secrets
Bilibilitask
哔哩哔哩(B站)自动完成每日任务,投币,点赞,直播签到,自动兑换银瓜子为硬币,自动送出即将过期礼物,漫画App签到。
Stars: ✭ 1,770 (+1034.62%)
Mutual labels:  secrets
Kubernetes Secret Manager
Manage secrets with Vault inside a Kubernetes cluster
Stars: ✭ 231 (+48.08%)
Mutual labels:  secrets
Kubernetes Reflector
Custom Kubernetes controller that can be used to replicate secrets, configmaps and certificates.
Stars: ✭ 129 (-17.31%)
Mutual labels:  secrets
Keywhiz
A system for distributing and managing secrets
Stars: ✭ 2,452 (+1471.79%)
Mutual labels:  secrets
Passcat
Passwords Recovery Tool
Stars: ✭ 164 (+5.13%)
Mutual labels:  secrets
Serverless Secrets
An opinionated tool for safely managing and deploying Serverless projects and their secrets.
Stars: ✭ 162 (+3.85%)
Mutual labels:  secrets
wordlist generator
Unique wordlist generator of unique wordlists.
Stars: ✭ 41 (-73.72%)
Mutual labels:  reconnaissance

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:

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

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

keyword.txt

password
username
keys
access_keys

Reference 📚

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].