Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

Awesome Lists containing this project

README

        

# apiguesser
## Go scripts to guess an API key / OAuth Token

CLI 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/