https://github.com/daffainfo/Git-Secret
Go scripts for finding sensitive data like API key / some keywords in the github repository
https://github.com/daffainfo/Git-Secret
apikey github reconnaissance secrets token
Last synced: 4 months ago
JSON representation
Go scripts for finding sensitive data like API key / some keywords in the github repository
- Host: GitHub
- URL: https://github.com/daffainfo/Git-Secret
- Owner: daffainfo
- License: mit
- Archived: true
- Created: 2021-08-01T23:32:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T04:20:30.000Z (over 3 years ago)
- Last Synced: 2024-11-21T12:45:08.016Z (12 months ago)
- Topics: apikey, github, reconnaissance, secrets, token
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 160
- Watchers: 6
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - daffainfo/Git-Secret - Go scripts for finding sensitive data like API key / some keywords in the github repository (Go)
README
# 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](https://github.com/daffainfo/Git-Secret/issues/5))
## Screenshoot 📷

## 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 📚
- https://github.com/odomojuli/RegExAPI