Skip to content

Mailchimp API Value

ID: mailchimp-access-key-value

Severity: info

Author: puzzlepeaches

Tags: exposure,token,mailchimp

id: mailchimp-access-key-value
info:
name: Mailchimp API Value
author: puzzlepeaches
severity: info
metadata:
max-request: 1
tags: exposure,token,mailchimp
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- "[0-9a-f]{32}-us[0-9]{1,2}"
# digest: 490a0046304402203e6233f49a16be4b2ceb84f58974c7cc9fe82b566ad7ef12445f7542eb2603b00220028c1dffbc02f41d9dc7fcd820c6781f82cebbd3d10625524340f9c99134ef2e:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/tokens/mailchimp/mailchimp-api-key.yaml"

View on Github