Go scripts for finding sensitive data like API key / some keywords in the github repository
Go to file
Muhammad Daffa 5e1c764dcc
Merge pull request #6 from hakbyte/main
Add support to `go install` command
2022-06-05 10:51:16 +07:00
Dorks Remove some function and adding example dorks 2021-08-05 23:21:48 +07:00
.gitignore Add `.gitignore` 2022-06-04 20:24:19 +02:00
LICENSE Initial commit 2021-08-02 06:32:21 +07:00
README.md Update release notes 2022-06-04 19:39:47 +02:00
go.mod Bump Go version 2022-06-04 19:34:29 +02:00
main.go Check for empty URL before proceeding 2022-06-05 05:27:19 +02:00

README.md

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 📚