Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T04:20:30.000Z (over 2 years ago)
- Last Synced: 2024-06-18T21:42:15.733Z (5 months ago)
- Topics: apikey, github, reconnaissance, secrets, token
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 159
- Watchers: 6
- Forks: 37
- 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
![](https://img.shields.io/github/license/daffainfo/Git-Secret)
![](https://img.shields.io/github/issues/daffainfo/Git-Secret)
![](https://img.shields.io/github/forks/daffainfo/Git-Secret)
![](https://img.shields.io/github/stars/daffainfo/Git-Secret)
![](https://img.shields.io/github/last-commit/daffainfo/Git-Secret)## 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 📷
![image](https://user-images.githubusercontent.com/36522826/128018595-990a9054-3d8a-4b1b-8c70-afc901f093eb.png)
## 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