Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daffainfo/apiguesser
Go script to guess an API key / OAuth token found during pentest. CLI version of https://github.com/daffainfo/apiguesser-web/
https://github.com/daffainfo/apiguesser
api apikey token
Last synced: 3 months ago
JSON representation
Go script to guess an API key / OAuth token found during pentest. CLI version of https://github.com/daffainfo/apiguesser-web/
- Host: GitHub
- URL: https://github.com/daffainfo/apiguesser
- Owner: daffainfo
- License: mit
- Created: 2021-11-13T11:54:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T16:31:26.000Z (about 2 years ago)
- Last Synced: 2024-06-19T00:28:43.529Z (5 months ago)
- Topics: api, apikey, token
- Language: Go
- Homepage:
- Size: 3.59 MB
- Stars: 41
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - daffainfo/apiguesser - Go script to guess an API key / OAuth token found during pentest. CLI version of https://github.com/daffainfo/apiguesser-web/ (Go)
README
# apiguesser
## Go scripts to guess an API key / OAuth TokenCLI version of https://github.com/daffainfo/apiguesser-web/
![](https://img.shields.io/github/license/daffainfo/apiguesser)
![](https://img.shields.io/github/issues/daffainfo/apiguesser)
![](https://img.shields.io/github/forks/daffainfo/apiguesser)
![](https://img.shields.io/github/stars/daffainfo/apiguesser)
![](https://img.shields.io/github/last-commit/daffainfo/apiguesser)## Update V1.0. 🚀
- First Release## Screenshoot 📷
![image](https://user-images.githubusercontent.com/36522826/175195903-023544b8-f3ac-4cbf-9a43-814af0d95204.png)
## How to Install
```go install github.com/daffainfo/apiguesser@latest```
## How to Use
* Single API Key
```
./apiguesser -api abcdefghijklmn1234567
```* Multiple API Key / OAuth token
```
./apiguesser -path multiple_api.txt
```### Reference 📚
- https://github.com/daffainfo/all-about-apikey/