Git-Secret/README.md

47 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2021-08-03 12:52:55 +00:00
# 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)
2022-06-04 17:39:47 +00:00
## Update V1.0.2 🚀
2021-08-05 16:23:34 +00:00
- Removing some checkers
- Adding example file contains github dorks
2022-06-04 17:39:47 +00:00
- Add support to `go install` command ([issue #5](https://github.com/daffainfo/Git-Secret/issues/5))
2021-08-03 12:52:55 +00:00
## 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.
2021-08-03 12:52:55 +00:00
2021-08-03 12:54:38 +00:00
## 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
```
2021-08-03 12:52:55 +00:00
### Reference 📚
- https://github.com/odomojuli/RegExAPI