adding mailchimp api regex

patch-1
Nicholas 2020-04-06 15:41:31 -05:00
parent 083ee81040
commit 9107ae7014
1 changed files with 21 additions and 0 deletions

21
tokens/mailchimp-api-key.yaml Executable file
View File

@ -0,0 +1,21 @@
id: aws-access-key-value
info:
name: AWS Access Key ID Value
author: Swissky
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}"