Go scripts for finding sensitive data like API key / some keywords in the github repository
Go to file
hakbyte d9f5c517c6 Update release notes 2022-06-04 19:39:47 +02:00
Dorks Remove some function and adding example dorks 2021-08-05 23:21:48 +07: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 Bump Git-Secret version 2022-06-04 19:35:44 +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 📚