-
-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? # to your account
Add datadog client token #196
Conversation
Codecov Report
@@ Coverage Diff @@
## main #196 +/- ##
==========================================
+ Coverage 92.11% 92.14% +0.02%
==========================================
Files 13 13
Lines 1611 1617 +6
==========================================
+ Hits 1484 1490 +6
Misses 127 127
Continue to review full report at Codecov.
|
"Regex": "^(pub[a-f0-9]{32})$", | ||
"plural_name": false, | ||
"Description": "Client tokens are used to send events and logs from web and mobile applications.", | ||
"Exploit": null, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π Looks like there's a way to validate a Data dog API key:
https://docs.datadoghq.com/api/latest/authentication/
Mind adding this in? Search for "Curl" in the database and copy / paste it. There should also be info in the docs on how to make it right :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure, will give it a try
Thanks so much for the PR!!!! :) |
Datadog API Key $ poetry run pywhat acb6d73d95a10d30aef9894603e90963
Matched on: acb6d73d95a10d30aef9894603e90963
Name: Datadog API Key
Exploit: Use the command below to verify that the API key is valid:
$ curl -X GET https://api.datadoghq.com/api/v1/validate -H "Content-Type: application/json" -H "DD-API-KEY: acb6d73d95a10d30aef9894603e90963"
Matched on: e90963
Name: Latitude & Longitude Coordinates
Link: https://www.google.com/maps/place/e90963
Matched on: acb6d73d95a10d30aef98946
Name: ObjectID
|
Can you run This is because objectid is rarity https://github.com/bee-san/pyWhat/blob/main/pywhat/Data/regex.json#L1733-L1743 which by default doesn't appear in the output. Are you rebased off main branch? :D |
$ poetry run pywhat --version
PyWhat version 4.3.0 |
Ahh it's set to |
Thanks so much!! Data dog is a cool company, appreciate it ππ» And this exploit feature is very cool for people who want to see if the API key works or not π
|
yeah, definitely π |
β Pull Requests not made with this template will be automatically closed π₯
Prerequisites
Why do we need this pull request?
What GitHub issues does this fix?
Copy / paste of output
Please copy and paste the output of PyWhat with your new addition using an example that tests this addition below: