nuclei-templates/tokens/mailchimp-api-key.yaml

24 lines
438 B
YAML
Executable File

id: mailchimp-access-key-value
info:
name: Mailchimp API Value
author: puzzlepeaches
severity: medium
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "[0-9a-f]{32}-us[0-9]{1,2}"
extractors:
- type: regex
part: body
regex:
- "[0-9a-f]{32}-us[0-9]{1,2}"