Skip to content

Commit c40c24a

Browse files
committed
Minor fixed bee-san#231
- change the rarity of Datadog Client Key to 0.3 - remove `"Description"` of all Datadog RegExp
1 parent cc2a8a2 commit c40c24a

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

pywhat/Data/regex.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -2345,6 +2345,26 @@
23452345
"Invalid": []
23462346
}
23472347
},
2348+
{
2349+
"Name": "Datadog Client Token",
2350+
"Regex": "^(pub[a-f0-9]{32})$",
2351+
"plural_name": false,
2352+
"Description": null,
2353+
"Exploit": null,
2354+
"Rarity": 0.3,
2355+
"URL": null,
2356+
"Tags": [
2357+
"API Keys",
2358+
"Bug Bounty",
2359+
"Datadog"
2360+
],
2361+
"Examples": {
2362+
"Valid": [
2363+
"pub8261e4a07b29d0a148e00a93106ae711"
2364+
],
2365+
"Invalid": []
2366+
}
2367+
},
23482368
{
23492369
"Name": "JSON Web Token (JWT)",
23502370
"Regex": "(?i)^((?=.*[a-z])(?=.*[0-9])(?:[a-z0-9_=]+\\.){2}(?:[a-z0-9_\\-\\+\\/=]*))$",
@@ -2471,26 +2491,6 @@
24712491
"Invalid": []
24722492
}
24732493
},
2474-
{
2475-
"Name": "Datadog Client Token",
2476-
"Regex": "^(pub[a-f0-9]{32})$",
2477-
"plural_name": false,
2478-
"Description": "An [#CAE4F1][link=https://docs.datadoghq.com/logs/log_collection/javascript/]Datadog client token[/link][/#CAE4F1]",
2479-
"Exploit": null,
2480-
"Rarity": 0.2,
2481-
"URL": null,
2482-
"Tags": [
2483-
"API Keys",
2484-
"Bug Bounty",
2485-
"Datadog"
2486-
],
2487-
"Examples": {
2488-
"Valid": [
2489-
"pub8261e4a07b29d0a148e00a93106ae711"
2490-
],
2491-
"Invalid": []
2492-
}
2493-
},
24942494
{
24952495
"Name": "ObjectID",
24962496
"Regex": "^([0-9a-fA-F]{24})$",
@@ -2616,7 +2616,7 @@
26162616
"Name": "Datadog API Key",
26172617
"Regex": "^([a-f0-9]{32})$",
26182618
"plural_name": false,
2619-
"Description": "An [#CAE4F1][link=https://docs.datadoghq.com/api/latest/]Datadog API Key[/link][/#CAE4F1]",
2619+
"Description": null,
26202620
"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",
26212621
"Rarity": 0,
26222622
"URL": null,
@@ -2642,7 +2642,7 @@
26422642
"Name": "Datadog Application Key",
26432643
"Regex": "^([a-f0-9]{40})$",
26442644
"plural_name": false,
2645-
"Description": "An [#CAE4F1][link=https://docs.datadoghq.com/api/latest/]Datadog Application Key[/link][/#CAE4F1]",
2645+
"Description": null,
26462646
"Exploit": null,
26472647
"Rarity": 0,
26482648
"URL": null,

0 commit comments

Comments
 (0)