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 e487929304 apiguesser: init v1.0 2022-06-23 08:50:15 +07:00
LICENSE Initial commit 2021-11-13 18:54:17 +07:00
README.md Update readme 2022-06-22 19:00:48 +07:00
core.go Fix \n 2022-06-23 06:02:50 +07:00
db.json Changing json structure 2022-06-22 15:05:12 +07:00
go.mod Changing json structure 2022-06-22 15:05:12 +07:00
main.go apiguesser: init v1.0 2022-06-23 08:50:15 +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 📚