22 lines
408 B
YAML
Executable File
22 lines
408 B
YAML
Executable File
id: mailchimp-access-key-value
|
|
|
|
info:
|
|
name: Mailchimp API Value
|
|
author: puzzlepeaches
|
|
severity: medium
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/"
|
|
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}"
|