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

18 lines
296 B
YAML
Raw Normal View History

2020-04-06 20:42:53 +00:00
id: mailchimp-access-key-value
2020-04-06 20:41:31 +00:00
info:
2020-04-06 20:42:53 +00:00
name: Mailchimp API Value
author: puzzlepeaches
2020-04-06 20:41:31 +00:00
severity: medium
requests:
- method: GET
path:
2020-08-25 15:44:33 +00:00
- "{{BaseURL}}"
2020-07-30 08:16:37 +00:00
2020-04-06 20:41:31 +00:00
extractors:
- type: regex
part: body
regex:
- "[0-9a-f]{32}-us[0-9]{1,2}"