Go script to guess an API key / OAuth token found during pentest. CLI version of https://github.com/daffainfo/apiguesser-web/
Go to file
Muhammad Daffa 5e298bb2b9 Beautify and added more informations to db.json 2022-08-28 23:31:16 +07:00
apiguess Change URL database 2022-06-23 13:28:16 +07:00
LICENSE Initial commit 2021-11-13 18:54:17 +07:00
README.md Update README.md 2022-06-23 09:43:46 +07:00
db.json Beautify and added more informations to db.json 2022-08-28 23:31:16 +07:00
go.mod Changing json structure 2022-06-22 15:05:12 +07:00
main.go Fix bug 2022-06-23 18:19:31 +07:00

README.md

apiguesser

Go scripts to guess an API key / OAuth Token

CLI version of https://github.com/daffainfo/apiguesser-web/

Update V1.0. 🚀

  • First Release

Screenshoot 📷

image

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 📚