Skip to content

Commit

Permalink
Update Mailchimp with example tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
spicyyboi committed Oct 25, 2021
1 parent 1bdab9e commit 08f5f78
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pywhat/Data/regex.json
Expand Up @@ -1330,15 +1330,23 @@
"Regex": "(?i)^([0-9a-f]{32}-us[0-9]{1,2})$",
"plural_name": false,
"Description": null,
"Exploit": "Use the command below to verify that the API key is valid:\n $ curl --request GET --url 'https://<dc>.api.mailchimp.com/3.0/' --user 'anystring:API_KEY_HERE' --include\n",
"Exploit": "Use the command below to verify that the API key is valid (substitute <dc> for your datacenter, i. e. us5):\n $ curl --request GET --url 'https://<dc>.api.mailchimp.com/3.0/' --user 'anystring:API_KEY_HERE' --include\n",
"Rarity": 0.8,
"URL": null,
"Tags": [
"Bug Bounty",
"API Keys",
"Credentials",
"Mailchimp"
]
],
"Examples": {
"Valid": [
"d619ce3b691e29ec064fede7ff9afbff-us5",
"4bf6010e49fb0791f3940681791934e7-us5",
"a80122b2565c3e26a61cbf58d1d1aad7-us5"
],
"Invalid": []
}
},
{
"Name": "Notion Integration Token",
Expand Down

0 comments on commit 08f5f78

Please sign in to comment.