Skip to content

Commit

Permalink
Minor fixed bee-san#231
Browse files Browse the repository at this point in the history
- change the rarity of Datadog Client Key to 0.3
- remove `"Description"` of all Datadog RegExp
  • Loading branch information
nodtem66 committed Dec 1, 2021
1 parent cc2a8a2 commit c40c24a
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions pywhat/Data/regex.json
Expand Up @@ -2345,6 +2345,26 @@
"Invalid": []
}
},
{
"Name": "Datadog Client Token",
"Regex": "^(pub[a-f0-9]{32})$",
"plural_name": false,
"Description": null,
"Exploit": null,
"Rarity": 0.3,
"URL": null,
"Tags": [
"API Keys",
"Bug Bounty",
"Datadog"
],
"Examples": {
"Valid": [
"pub8261e4a07b29d0a148e00a93106ae711"
],
"Invalid": []
}
},
{
"Name": "JSON Web Token (JWT)",
"Regex": "(?i)^((?=.*[a-z])(?=.*[0-9])(?:[a-z0-9_=]+\\.){2}(?:[a-z0-9_\\-\\+\\/=]*))$",
Expand Down Expand Up @@ -2471,26 +2491,6 @@
"Invalid": []
}
},
{
"Name": "Datadog Client Token",
"Regex": "^(pub[a-f0-9]{32})$",
"plural_name": false,
"Description": "An [#CAE4F1][link=https://docs.datadoghq.com/logs/log_collection/javascript/]Datadog client token[/link][/#CAE4F1]",
"Exploit": null,
"Rarity": 0.2,
"URL": null,
"Tags": [
"API Keys",
"Bug Bounty",
"Datadog"
],
"Examples": {
"Valid": [
"pub8261e4a07b29d0a148e00a93106ae711"
],
"Invalid": []
}
},
{
"Name": "ObjectID",
"Regex": "^([0-9a-fA-F]{24})$",
Expand Down Expand Up @@ -2616,7 +2616,7 @@
"Name": "Datadog API Key",
"Regex": "^([a-f0-9]{32})$",
"plural_name": false,
"Description": "An [#CAE4F1][link=https://docs.datadoghq.com/api/latest/]Datadog API Key[/link][/#CAE4F1]",
"Description": null,
"Exploit": "Use the command below to verify that the API key is valid:\n $ curl -X GET https://api.datadoghq.com/api/v1/validate -H \"Content-Type: application/json\" -H \"DD-API-KEY: API_KEY_HERE\"\n",
"Rarity": 0,
"URL": null,
Expand All @@ -2642,7 +2642,7 @@
"Name": "Datadog Application Key",
"Regex": "^([a-f0-9]{40})$",
"plural_name": false,
"Description": "An [#CAE4F1][link=https://docs.datadoghq.com/api/latest/]Datadog Application Key[/link][/#CAE4F1]",
"Description": null,
"Exploit": null,
"Rarity": 0,
"URL": null,
Expand Down

0 comments on commit c40c24a

Please sign in to comment.