streaak / keyhacks

Keyhacks is a repository which shows quick ways in which API keys leaked by a bug bounty program can be checked to see if they're valid.
4.86k stars 1.01k forks source link

Stripe token #38

Closed 003random closed 5 years ago

003random commented 5 years ago

Hey Streaak :) So maybe you are interested in adding the stripe live secret token? More info can be found here: https://stripe.com/docs/keys It basically allows you to do anything. So its pretty sensitive. The format is always: sk_live_34charshere where the 34charshere part contains 34 characters from a-z A-Z 0-9. There is also a sk_test key but that is only for testing purposes and isnt worth anything. 003random,

003random commented 5 years ago

I sent a pr :)