Skip to content

Commit

Permalink
Add datadog API key from streaak#16
Browse files Browse the repository at this point in the history
  • Loading branch information
streaak authored May 7, 2019
1 parent 8d039cb commit 6cb8611
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ KeyHacks shows ways in which particular API keys found on a Bug Bounty Program c
- [Algolia API key](#Algolia-API-key)
- [AWS Access Key ID and Secret](#AWS-Access-Key-ID-and-Secret)
- [Branch.io Key and Secret](#BranchIO-Key-and-Secret)
- [DataDog API key](#DataDog-API-key)
- [Deviant Art Access Token](#Deviant-Art-Access-Token)
- [Deviant Art Secret](#Deviant-Art-Secret)
- [Dropbox API](#Dropbox-API)
Expand Down Expand Up @@ -273,6 +274,11 @@ This issue can be further exploited by checking out @hateshape 's gist [here](ht
curl "https://api.wpengine.com/1.2/?method=site&account_name=ACCOUNT_NAME&wpe_apikey=WPENGINE_APIKEY"
```

## [DataDog API key](https://docs.datadoghq.com/api/)
```
curl "https://api.datadoghq.com/api/v1/dashboard?api_key=<api_key>&application_key=<application_key>"
```

# Contributing

I welcome contributions from the public.
Expand Down

0 comments on commit 6cb8611

Please sign in to comment.