You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pywhat/Data/regex.json
+17-2Lines changed: 17 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -685,17 +685,32 @@
685
685
"Zapier"
686
686
]
687
687
},
688
+
{
689
+
"Name": "Datadog API Key",
690
+
"Regex": "^([a-f0-9]{32})$",
691
+
"plural_name": false,
692
+
"Description": null,
693
+
"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",
694
+
"Rarity": 1,
695
+
"URL": null,
696
+
"Tags": [
697
+
"API Keys",
698
+
"Bug Bounty",
699
+
"Credentials",
700
+
"Datadog"
701
+
]
702
+
},
688
703
{
689
704
"Name": "Datadog Client Token",
690
705
"Regex": "^(pub[a-f0-9]{32})$",
691
706
"plural_name": false,
692
-
"Description": "Client tokens are used to send events and logs from web and mobile applications.",
0 commit comments