From 6ddf9193273cfb6cd57938e12f5e2f7794520e2b Mon Sep 17 00:00:00 2001 From: Zach Grace Date: Wed, 14 Aug 2024 09:19:44 -0500 Subject: [PATCH] Adding Databricks --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8e8de21..75b6a60 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ KeyHacks shows methods to validate different API keys found on a Bug Bounty Prog - [Cloudflare API key](#cloudflare-api-key) - [Cypress record key](#Cypress-record-key) - [DataDog API key](#DataDog-API-key) +- [Databricks API key](#Databricks-API-key) - [Delighted API key](#Delighted-api-key) - [Deviant Art Access Token](#Deviant-Art-Access-Token) - [Deviant Art Secret](#Deviant-Art-Secret) @@ -618,6 +619,11 @@ curl "https://api.wpengine.com/1.2/?method=site&account_name=ACCOUNT_NAME&wpe_ap curl "https://api.datadoghq.com/api/v1/dashboard?api_key=&application_key=" ``` +## [Databricks API key](https://docs.databricks.com/en/dev-tools/auth/index.html) +``` +curl -X GET https:///api/2.0/clusters/list -H "Authorization: Bearer " +``` + ## [Delighted API key](https://app.delighted.com/docs/api) Do not delete the `:` at the end. ```