daffainfo / Git-Secret

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 📚

About

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

License:MIT License


Languages

Language:Go 100.0%