From 0a0c8154a66c177b57ff4d6bd7d266055c91f82b Mon Sep 17 00:00:00 2001 From: Ajay Magar Date: Wed, 25 Jan 2023 03:03:12 +0530 Subject: [PATCH 1/2] added sentry token --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index addb0a9..81b9e6d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ -

- -

-
KeyHacks shows ways in which particular API keys found on a Bug Bounty Program can be used, to check if they are valid. @@ -81,6 +77,7 @@ KeyHacks shows ways in which particular API keys found on a Bug Bounty Program c - [Spotify Access Token](#Spotify-Access-Token) - [Square](#Square) - [Stripe Live Token](#Stripe-Live-Token) +- [Sentry Auth token](#sentry-auth-token) - [Travis CI API token](#Travis-CI-API-token) - [Twilio Account_sid and Auth token](#Twilio-Account_sid-and-Auth-token) - [Twitter API Secret](#Twitter-API-Secret) @@ -95,6 +92,7 @@ KeyHacks shows ways in which particular API keys found on a Bug Bounty Program c - [Zendesk API key](#Zendesk-api-key) + # Detailed Information ## [Slack Webhook](https://api.slack.com/incoming-webhooks) @@ -881,6 +879,14 @@ A Successful Passkey Request returns a JSON object containing company name ``` curl 'https://which-cpv-api.bazaarvoice.com/clientInfo?conversationspasskey=' --insecure +``` +## [sentry auth token](https://docs.sentry.io/api/) +Return a list of projects available to the authenticated session. +``` + +curl https://sentry.io/api/0/projects/ \ + -H 'Authorization: Bearer ' + ``` # Contributing From 78fb4d6047be29ee74e11db2532b5f84ea0c4f20 Mon Sep 17 00:00:00 2001 From: Ajay Magar Date: Wed, 25 Jan 2023 03:13:55 +0530 Subject: [PATCH 2/2] added sentry token --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81b9e6d..d44172c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +

+ +

+
KeyHacks shows ways in which particular API keys found on a Bug Bounty Program can be used, to check if they are valid. @@ -92,7 +96,6 @@ KeyHacks shows ways in which particular API keys found on a Bug Bounty Program c - [Zendesk API key](#Zendesk-api-key) - # Detailed Information ## [Slack Webhook](https://api.slack.com/incoming-webhooks)