what-is-this-secret

License: MIT GitHub release Go Version Go Report Card

https://wits.madhuakula.com

This program is a simple secrets checker utility, give any found secret key and it identifies which service that key belongs to in the real-world

Usage

Run using CLI

what-is-this-secret search -k "AKIAIOSFODNN7EXAMPLE"

Run in server mode

what-is-this-secret server

API in server mode

  • Using the curl to request API endpoint
curl -H "Content-Type: application/json" -X POST -d '{"key":"AKIAIOSFODNN7EXAMPLE"}' http://localhost:8000

References

TBD